You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
joshmarshall edited this page Aug 21, 2011
·
2 revisions
It is HIGHLY recommended that you develop against the Vagrant environment.
You will be able to edit in any tools you wish, but the server and the tests can be run against an actual production environment. This means that we can have people editing in Windows, Mac, or Linux and reduce any cross-platform issues.
This will take a bit. Once it is finished, you should be able to go to http://localhost:8080 and see the site running behind Apache. (although who knows what state it was left in. :)
To start the dev server or run tests, etc, run the following:
vagrant ssh
cd /vagrant
python austinpython/manage.py runserver 0.0.0.0:8000 # !important
# or, for tests
python austinpython/manage.py test