Ranchero Configuration Templating Engine Code
Status: Planning
Brought to you by:
mycompiler
File | Date | Author | Commit |
---|---|---|---|
build | 2009-01-26 | mycompiler | [r89] Updated installation to facilitate rachero-admi... |
docs | 2010-11-09 | mycompiler | [r101] * Added data information |
examples | 2009-01-16 | mycompiler | [r66] Examples to be used in python code |
ranchero-admin | 2010-03-25 | mycompiler | [r100] added link |
ranchero-client | 2009-04-08 | mycompiler | [r97] * Added better exception handleing |
ranchero-server | 2009-04-09 | mycompiler | [r99] * Binary file does not need to be in repo |
yaml | 2010-11-18 | mycompiler | [r104] * Added more definition files |
.project | 2008-11-30 | mycompiler | [r64] Updated after using exlipse |
.pydevproject | 2009-01-26 | mycompiler | [r90] Splite ranchero-admin into separate directory |
README | 2009-01-21 | mycompiler | [r87] Updated docs |
############################################################################### # Prerquisites ############################################################################### # Fedora/Redhat This should get you a mysql server, and python bindings for mysql yum install mysql-server yum install MySQL-python # Ubuntu # Suse ############################################################################### # Installation ############################################################################### To setup a basic client/server running on the same machine just run the following two commands. cd build ./setup.sh This will prompt you for a database password, if necessary, and peform all basic tasks to install a client and a server. ############################################################################### # Description of files and directories ############################################################################### build - Scripts used to install parts of ranchero docs - Documentation and drawings examples - Example python code, used for learning ranchero-client - All client code ranchero-server - All server code and currently ranchero-admin code