Thanks Bart for showing me how to have a local version of django running on my VPS.
On the VPS start django as required, eg
python manage.py runserver
python manage.py testmaker -a web
Now do this from a command line where 1.2.3.4 is your vps ip:
ssh root@1.2.3.4 -L 5984:localhost:8000 -N
enter the password and it should not come back with anything.
Now go to this URL and your website should start
http://localhost:5984/
Launching Long Now’s Second Quarter Century
3 days ago
No comments:
Post a Comment