Patches welcome.
-
After following the instructions on the site, run
rvm install 2.7.6
-
If you don't already have MongoDB, then run:
brew update brew install mongodb
-
Enter into the project folder with:
cd install_rails
-
Install its dependencies, run:
gem install bundler bundle install
-
You're good to go, set it live by running:
rails server
-
Open
http://localhost:3000
in your browser.
- Fork it
- Clone to your local (
git clone [email protected]:onemonth/install_rails.git
) - Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request