I would like to deplay a django application/project, which i have created within Aptana. It is a simple hello world. I can run the application locally and everything works fine, but how to deploy it to a webserver. The deploy button is grey and not working in the PyDev Perspective.
If i switch to perspective “Web Perspective” i can download(check out from a specific path with password) django applications from a webserver, edit files, and upload again. I would like to use the functionality from the web perspective in my pydev perspective where i write my django code.
But when i create my own django project, the button deploy is grey.
This is now my solution to deploy django 1.3 with aptana to Apache Server:
https://i.stack.imgur.com/wHiME.jpg
http://127.0.0.1:8000/indexorhttp://127.0.0.1:8000If this worked, now lets deploy to apache:
/home/username/wsgi/test1.wsgi means where to look for a file which will tell where to look for your django app on the server
restart apache (/etc/init.d/apache2 restart) and browse to http://www.youraddress.org//rofltest/index
Try it, if it fails, write a comment and maybe i read it and help. If this helped, upvote it.