- Download the OS X Github client
- Open GITHUB and sign in
- Navigate to https://github.com/majdal/modex and click "Clone in Desktop"
- Make sure that you have Xcode installed, and up to date, including commandline tools
- Download and install "Homebrew" from here
- Download and install Python 2.x.y from here. Choose “Python 2.7.6 Mac OS X 64-bit/32-bit x86-64/i386 Installer".
- Open
Terminal
from the start menu - Create a folder to store your virtual environments (ex. ".virtualenv") and go to that folder
- Type "sudo easy_install pip" and press Enter
- Type "sudo easy_install virtualenv==1.10.1" and press Enter
- Type "virtualenv sig" and press Enter
- Type "source sig/bin/activate" and press Enter
- Move back to your cloned "modex" folder
- Type "pip install -r requirements.txt" and press Enter
- Type "python run.py" and press Enter. This should open a new browser window pointing to
http://127.0.0.1:8080
.