lithium_bin / branches / master / readme.wiki

history
#Lithium_bin ##an example app for Lithium a PHP 5.3 framework This application is supply to function as an implementation example of lithium. For more information about it, please see http://rad-dev.org/lithium_bin , where you can also find the code to make sure you are up to date. ##REQUIREMENTS - Lithium Core ( git clone code@rad-dev.org:lithium.git ) 0.3 - php 5.3.1 - CouchDB (Tested with version 0.10.0) - GeSHI 1.0.8.4 (originally supplied with this package) ##INSTALLATION Once you have set up the requirements above, in console use the provided installation command like so: {{{lithium_bin> li3 bin install}}} This action should be run once (or until OK message is recieved) to create database and design views. If you have set up the application to know where to find Lithium app/config/bootstrap.php -> LITHIUM_LIBRARY_PATH This should make the app working with the following urls: - domain.com/ - domain.com/latest - domain.com/view/[paste id] - domain.com/add/[author] - domain.com/add/[author]/[language]