This website contain all the documents and information about the development of the project return (to_life);:
- Short presentation
- Documentation
- Developers team members
It is based on a bunch of documents on Google Documents:
- PHP
- Web server (Apache)
To install this website, you will need to download Bootstrap: http://twitter.github.com/bootstrap/
On a terminal:
git clone git://github.com/ReturnToLife/Dev.git
cd Dev/
wget http://twitter.github.com/bootstrap/assets/bootstrap.zip
unzip bootstrap.zip
rm bootstrap.zip
Then, you will need JQuery:
wget http://code.jquery.com/jquery-latest.min.js
mv jquery-latest.min.js bootstrap/js/jquery.min.js