Skip to content

Junction is a software to manage proposals, reviews, schedule, feedback during conference.

License

Notifications You must be signed in to change notification settings

hTrap/junction

 
 

Repository files navigation

junction

Deploy

Build Status Coverage Status Gitter

Version: 0.2.0-dev

Junction is a software to manage proposals, reviews, schedule, feedback during conference.

Setup

It is advised to install all the requirements inside virtualenv, use virtualenvwrapper to manage virtualenvs.

pip install -r requirements-dev.txt
cp settings/dev.py.sample settings/dev.py
python manage.py migrate --noinput
python manage.py sample_data

Initial auth data: admin/123123

If docker and fig are not installed already (Not mandatory):

Refer to (http://docs.docker.com/installation/) for detailed installation instructions.

curl -sSL https://get.docker.com/ubuntu/ | sudo sh
sudo pip install fig

Create aliases for docker and fig to avoid running them with sudo everytime. Append the following lines to your ~/.bashrc or ~/.zshrc

alias docker='sudo docker'
alias fig='sudo fig'

Finally, run

fig up

Configuring Django-allauth

  • Go to http://localhost:8000/nimda/sites/site/
  • Change the default site's(the one with ID = 1) name and display to localhost:8000
  • Go to Social Applications in admin panel and add Github and Google's auth details

Making Frontend Changes

Make sure you have nodejs, npm, bower, grunt-cli & grunt installed

$ cd junction/static
$ npm install
$ bower install
$ grunt // This starts a watcher to watch for file changes

Contributing

  1. Choose an issue and ask any doubts in the issue thread.
  2. Report any bugs/feature request as github new issue, if it's already not present.
  3. If you are starting to work on an issue, please leave a comment saying "I am working on it".
  4. Once you are done with feature/bug fix, send a pull request according to the guidelines.

License

This software is licensed under The MIT License(MIT). See the LICENSE file in the top distribution directory for the full license text.

About

Junction is a software to manage proposals, reviews, schedule, feedback during conference.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 41.5%
  • Python 27.9%
  • HTML 21.4%
  • JavaScript 9.1%
  • Shell 0.1%