Skip to content
This repository has been archived by the owner on Feb 15, 2020. It is now read-only.
/ psdeploy Public archive
forked from solex/psdeploy

Set of utilities and shortcuts for PS projects

License

Notifications You must be signed in to change notification settings

hotsyk/psdeploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PS Deploy

First, install psdeploy with `setuptools`:

python setup.py install

It will additionally install PasteScript, PasteDeploy and Paste.

Then, in the directory where you store your projects, run:

paster create --template=odesk_app myapp

It will ask you to enter some variables. For many of them you can just use default values.

The result will be something like the following layout:

`~myapp/
  |~myapp/
  | |+media/
  | |+templates/
  | |-__init__.py
  | |-local_settings.py
  | |-local_settings.py.def
  | |-manage.py
  | |-settings.py
  | `-urls.py
  |-README.rst
  `-requirements.txt

Then you can switch to a new project directory, initialize git repo and install basic requirements:

cd myapp
git init
pip install -r requirements.txt

Note

Please note that local_settings.py will be ignored by git

About

Set of utilities and shortcuts for PS projects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published