k4ml/webf
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
webf ==== .. contents:: Installation ------------ You can install webf with ``easy_install webf`` or install from the `subversion repository <https://anonymous@svn.doapspace.org/webf/trunk/#egg=webf-dev>`_ with ``easy_install webf==dev``. Summary ------- webf is a tool for WebFaction's (http://webfaction.com/) XML-RPC API. Usage Examples:: $ webf --system pwd Run the 'pwd' command in your homedir $ webf --create-app=someapp static False None Creates an application named 'someapp' which is a static/php app $ webf --create-db=mydb mysql asdfg123 Creates an mysql database named mydb with a password Changes ------- **0.1.0**: Initial release Requirements ------------ * setuptools * ConfigObj