- Requirements
You will need ruby 1.8.7. If you are under a UNIX machine, we recommend to install rvm. You will also need git in order to clone the repository.
- Installation instructions
-
Open up a terminal window, and go to a machine's folder
$ cd ~/Sources
-
Clone the repository
$ git clone git://github.com/Vizzuality/RLAT.git
-
Go into the RLAT folder
$ cd RLAT
-
I case you have installed rvm, grant it to execute the .rvmrc file
-
Install bundler
$ gem install bundler
-
Execute bundler install command
$ bundle install
-
Set up the database
$ rake db:setup
-
And then, start the server
$ bundle exec rails server
-
It should be working at http://localhost:3000