Skip to content

mkcode/badges

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

badges

This is our third take on badges! It boils down to this: Create a badge, submit a project for a badge, get feedback and revise your project, receive the badge, give feedback and build the value of the badge you have by being part of an awesome community around it!

Installation

This project is written using django. To get up and running for development

  1. Make a local copy of the code: git clone https://github.com/p2pu/badges
  2. Install python and virtualenv (changes are good you already have them)
  3. Create a new virtual environment somewhere: virtualenv /path/to/somewhere
  4. Activate the virtual environment: source /path/to/somewhere/bin/activate
  5. Install dependancies: pip install -r /path/to/code/badges/requirements.txt
  6. Copy settings_local.dist.py to settings_local.py
  7. Sync database: python /path/to/code/badges/manage.py syncdb
  8. Load some test data: python /path/to/code/badges/manage.py load_test_data /path/to/code/testdata/test_data.json
  9. Run development server: python /path/to/code/badges/manage.py runserver
  10. Go to http://localhost:8000/ and play around
  11. And lastly, fix all the bugs, add cool new features and take over the world :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.1%
  • Python 38.9%