mirror of
https://github.com/kennethreitz-archive/charmd.git
synced 2026-06-05 07:16:11 +00:00
26 lines
374 B
ReStructuredText
26 lines
374 B
ReStructuredText
Charmd: Pow for Python
|
|
=======================
|
|
|
|
**This project is dead.**
|
|
|
|
like pow but for python. no /etc/hosts. No weird ports.
|
|
|
|
|
|
curl get.char.md | sh
|
|
|
|
cd ~/.charmd
|
|
ln -s /path/to/myapp
|
|
|
|
|
|
Searches for .wsgi file in folder.
|
|
|
|
optional ``.charmd`` file w/ virtualenv info.
|
|
|
|
|
|
$ charmd up [site]
|
|
# defaults to all
|
|
|
|
$ charmd down [site]
|
|
# defaults to all
|
|
|
|
# charmd restart |