Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 1.04 KB

Step-by-step-installation-instructions-for-Mac-users.md

File metadata and controls

16 lines (15 loc) · 1.04 KB
  1. Download the OS X Github client
  2. Open GITHUB and sign in
  3. Navigate to https://github.com/majdal/modex and click "Clone in Desktop"
  4. Make sure that you have Xcode installed, and up to date, including commandline tools
  5. Download and install "Homebrew" from here
  6. 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".
  7. Open Terminal from the start menu
  8. Create a folder to store your virtual environments (ex. ".virtualenv") and go to that folder
  9. Type "sudo easy_install pip" and press Enter
  10. Type "sudo easy_install virtualenv==1.10.1" and press Enter
  11. Type "virtualenv sig" and press Enter
  12. Type "source sig/bin/activate" and press Enter
  13. Move back to your cloned "modex" folder
  14. Type "pip install -r requirements.txt" and press Enter
  15. Type "python run.py" and press Enter. This should open a new browser window pointing to http://127.0.0.1:8080.