Coder Social home page Coder Social logo

forumdev

Requirements

  • Python = 2.7.0 (? >=)
  • Django = 1.6.8
  • Pillow >= 2.4.0

The app was tested with the versions above, but older versions might also work.

install

  1. install python, pip, virtualenv

in case python2.7 is not your default use: export VIRTUALENV_PYTHON=/usr/bin/python2.7

3.1) check out the follwoing ... somewhere

https://github.com/ForumDev/forumdev.git
https://github.com/ForumDev/djangocms-publications.git
https://github.com/ForumDev/aldryn-blog.git

3.2) create a symlink from djangocms-publications/publications and aldryn-blog/aldryn-blog to forumdev/.

(examples in repo)

  1. virtualenv fdenv

  2. source fdenv/bin/activate

you can use deactivate to leave the virtual env.

5.a) get the requirements.txt from the repo

this setup uses postgres database, make sure the following packages are installed:

libpq-dev python-dev and postgresql postgresql-contrib for the postgres server

5.b) pip install -r requirements.txt

  1. edit forumdev/settings.py and setup DATABASES (at the end of the file)

  2. python manage.py syncdb

  3. python manage.py migrate

  4. python manage.py createsuperuser

  5. make sure that the media folder is writeable by the webserver user

you are all setup

run server: python manage.py runserver

access on localhost:8000

append ?edit to url to login

setup froumdev the way you like with the custom usermodel

example page setup

since no page fixtures exist yet...

create page "Home"

go to structure mode

top right 'sponsors' placeholder, add sponsors plugin

'content' placeholder, add sliders plugin

'content' placeholder, add multi-column: 2 / 50% first column add categories plugin, select collab second column add categories plugin, select workshops

Add page "Publications" -> save and continue editing -> advanced settings -> app hook-> publications

publish publications page

restart server

comments

thanks for all these great resources out there I tried

be sure to notice that this is a work in progress

forumdev's Projects

forumdev doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.