lestrato / badgepack

A community-based achievement recognition and tracking webapp for classroom ecosystems.
Microsoft Public License
1 stars 1 forks source link

Badgepack Server

Version: 0.4

How to get started on your local development environment.

Prerequisites:

program download link
git https://git-scm.com/downloads
python 2.7.x https://www.python.org/downloads/
virtualenv https://virtualenv.pypa.io/en/stable/installation/
mysql http://dev.mysql.com/downloads/mysql/
Microsoft Visual C++ 9.0 https://www.microsoft.com/en-us/download/details.aspx?id=44266

Create project directory and environment

Obtain source code and clone into code directory

Your Directory structure will look like this:

badgepack
├── work
│   ├── apps
│   │   ├── account
│   │   ├── badge
│   │   ├── base
│   │   ├── community
│   ├── docs
│   │   ├── guides
│   │   ├── project
│   │   ├── status
|   ├── media       
|   │   ├── uploads     
|   │   │   ├── badges     
│   ├── static
│   │   ├── bootstrap       
│   │   │   ├── css
│   │   │   ├── fonts
│   │   │   ├── js
│   │   ├── images
│   │   ├── templates
│   │   │   ├── account
│   │   │   ├── badge
│   │   │   ├── base
│   │   │   ├── community
|   │   │   │   ├── components
│   ├── work
├── env

Install requirements

from within badgepack/work directory

if you're having errors installing mysql-python, consider downloading the file for your appropriate platform from here:

Customize local settings to your environment

Migrate databases, build front-end components

Run a server locally for development

Creating the admin group

Setting users as admins