sábado, 22 de janeiro de 2011

Easy Hello Word Django Script

Hello everybody!

For most of people who wants to discovery Django Framework but don't have too much time to configure it or just want a quick start this script promises install, configure and run a Hello Word Django Project.

This script is for Ubuntu users.

First Download .tar.gz the files from GitHub at https://github.com/morenopc/Easy-Django-Scripts

Unpack:
 $ tar -xzf morenopc-Easy-Django-Scripts-3dfd2e6.tar.gz  
Change the file permissions and run script:
 $ chmod 755 easy_install_django.sh  
 $ ./easy_install_django.sh  

* The script will ask you to create a mySQL account and the root password after that the password will required to create the Django tables.

After you followed the instructions open http://127.0.0.1:8000/ and see the Django Hello World page.

This script is just a quick start please check http://www.djangoproject.com/ for tutorials and more information.

Moreno at Campus Party 2011

Nenhum comentário:

Postar um comentário