Changes between Initial Version and Version 1 of InstallationGuidelines/PythonAnywhere


Ignore:
Timestamp:
06/11/14 22:55:59 (11 years ago)
Author:
Hemant Kumar Singh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/PythonAnywhere

    v1 v1  
     11. Sign up for a account at https://www.pythonanywhere.com/pricing/ Beginner account will also do :)
     22. Go to web tab
     33. Press on add a new app button
     44. Configure the settings
     55. After completing configuration, go to Files tab
     66. There you will find a folder as specified by you in settings
     77. Go to Your_Folder/applications
     88. Here you can upload your Eden folder.
     99. The alternative is to compress your project folder on your own PC, and upload it using the Files tab. Then, open a Bash console to run unzip to decompress the zipfile you've uploaded.
     1010. You can also pull code from github
     11 - Go to Consoles tab and open Bash editor
     12 - Go to applications directory (cd Your_Folder/applications)
     13 - $ git clone [url of your repo : https://github.com/username/repo_name]
     14