Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 843 Bytes

File metadata and controls

12 lines (10 loc) · 843 Bytes

hw6 template

  1. Fork a repository for yourself with the github "Fork" button.
  2. Clone your repository to your local machine.
  3. Start a local AppEngine server with dev_appserver.py go/ or dev_appserver.py python/ (depending on whether you're using Go or Python).
  4. Add functionality and test your App by viewing the local instance at http://localhost:8080
  5. Deploy your app to AppEngine with gcloud app deploy go/ or gcloud app deploy python/
    1. Note: the first time you do this, you'll have to first set up an AppEngine project via Google Cloud Console.
  6. git add . and git commit and git push to upload your changes to your GitHub repository.
  7. Send email to the STEP mailing list to show everyone your awesome App!

Feel free to repeat steps 3-7 as much as you like!