|
Hi My install on my debian distant server is OK but i can't found the start page of treeio i'd tried http://myserver:8000/ don't work how can modify the address ? thanks |
|
ok i do python manage.py runserver answer Development server is running at http://127.0.0.1:8000/ I will try to change this When you say "I will try to change this", what exactly do you mean? The Development server is meant for development - you don't want to use this to serve your site when it's in production. If you really do want to change it you can do so by running For production you should use nginx or Apache or another such web server: http://wiki.nginx.org/DjangoFastCGI As always, we are available for paid installation support if you require this.
(Feb 26 '12 at 10:08)
Adam ♦♦
1
YES ! i arrived to install Many thanks for your django link python manage.py runserver myip:8001 (8000 was occuped, i don't know why) Tomorrow i will test your app. And i will begin to translate all in french. Thanks Adam regards Jean-Bruno
(Feb 26 '12 at 23:17)
redb
Glad to hear it Jean. Please email me when you translate to French, it would be great to share that with the community. I can also help you install Django-Rosetta which might make it easier to write the translations.
(Feb 26 '12 at 23:22)
Adam ♦♦
Ok i'm interresting to Django-Rosetta because i have test to put a fr folder with .po .mo in locale but the installation dont want to show "french" in settings choice menu. Many thanks
(Mar 01 '12 at 10:37)
redb
|
|
You can run the webserver with fcgi and nginx using: You can also run the development server using If you need assistance we offer full installation support on remote servers. If you are interested please get in touch with me via email adam@tree.io for a quote. |
How are you running the server?
Hu ? (Sorry i dont understand your question ! I'm french) I'm running the server from terminal on mac osx. My server is a vps on debian squeeze, with apache2, mysql, python and nginx install on it. I'm not Django/python plug and play, i'm reading on php/mysql ;-) I'm not a developer, i'm graphic designer with open source aptitude But i absolutly want to install this Treeio engine which sounds good
thanks