Your need install some packages:
$ sudo apt-get install redis-server imagemagick
After your need clone this repo:
$ git clone [email protected]:ulmic/ul-lider.git
After a little bit magick ;)
$ cd ul-lider
$ bundle
$ cp config/secrets.yml.sample config/secrets.yml
$ cp config/oauth.yml.sample config/oauth.yml
At finish just run:
$ rails s
###Troobleshooting If you see this:
$ rails s
bin/rails:6: warning: already initialized constant APP_PATH
/{app_path}/bin/rails:6: warning: previous definition of APP_PATH was here
You need to reinstall your rmv and ruby:
$ rvm implode
your need type "yes" there
Then your need install ruby and rvm again:
$ \curl -sSL https://get.rvm.io | bash -s stable --ruby