Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 907 Bytes

README.md

File metadata and controls

38 lines (30 loc) · 907 Bytes

return (to_life); Development Website

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:

Requirements

  • PHP
  • Web server (Apache)

Installation

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