Home - nsaid-team/gotopaws GitHub Wiki

Welcome to the gotopaws wiki!

VMs

Dev VM

IP: 104.130.13.110
URL: nsaid.co, nsaid.me
BRANCH: dev-branch

Test VM

IP: 104.130.175.34
URL: gotopaws.me
BRANCH: master

To Start Server

  • SSH Instructions: ssh in as [email protected] for the dev server or [email protected] for the test server
  • Rackspace Console Instructions:
    • log in to mycloud.rackspace.com with the username (sfmorris : ????? for dev, alexanderadams : our password with a capital first letter and a trailing 1 for test), then select the server and go to the Console page
  • cd to the project directory in ~/gotopaws
  • Run the manage.py script, explicitly specifying the python executable inside the virtual environment: sudo python manage.py runserver IP:Port
  • sudo is necessary to run on port 80

To login with your public key: ssh -i .ssh/id_rsa [email protected]

APIs

Petfinder API documentation: https://www.petfinder.com/developers/api-docs

Petfinder API FAQ: https://www.petfinder.com/developers/api-docs/faq.html