Skip to main content

Our first project with Python using Django and Fabric, Deployment tool application

Project description

Installation Guide :

First install python 2.7 and setuptools.

For linux : http://docs.python-guide.org/en/latest/starting/install/linux/

For Windows : http://docs.python-guide.org/en/latest/starting/install/win/

Same with installation setuptools from the guide above do easy_install DeploymentTool, it will auto install all DeploymentTool dependency.

After all dependency installed download the project directly at here: https://pypi.python.org/pypi?:action=display&name=DeploymentTool&version=1.5

Extract the downloaded file

Go to the directory of extracted file or with cmd if using windows.

Go to Deployment directory and make sure manage.py file is there.

Go to Deployment/Deployment and edit setting.py file.

On “DATABASES” set the value with your MySQL database setting (create your database first).

Back to Deployment directory where manage.py file exist

Run manage.py syncdb

Run manage.py createsuperadmin

Run manage.py runserver

Go to localhost:8000/admin and login with your newly created superadmin account

Create new host and users

Go to localhost:8000 and login with your superadmin account or newly added user

Project details


Release history Release notifications | RSS feed

This version

1.5

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DeploymentTool-1.5.zip (891.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page