Skip to content

devvmh/hackthesymphony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  1. Install Github app from https://mac.github.com

  2. Intsall XCode developer tools in the App Store or in XCode, I forget which

  3. Clone the git repository with the git app: https://github.com/devvmh/hackthesymphony

  4. In the github app, right click on "hackthesymphony" and select "Open in Terminal". It will open a Terminal in the correct directory.

  5. Enter the following commands, one to a line. Press Enter after each one.

    cd ~/hackthesymphony #or wherever your app is scripts/install-requirements.command scripts/create-database.command scripts/run-server.command

  6. The terminal will show you error messages from the Python server, if any.

  7. Use a text editor (I recommend http://www.sublimetext.com/2) to edit the Javascript/CSS/other files as needed