Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Following homebrew_install.md steps doesn't work #28

Open
vfonic opened this issue Aug 24, 2020 · 0 comments
Open

Following homebrew_install.md steps doesn't work #28

vfonic opened this issue Aug 24, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation help wanted

Comments

@vfonic
Copy link
Contributor

vfonic commented Aug 24, 2020

// https://github.com/inoda/ontrack/blob/master/docs/homebrew_install.md

Hey!

Thank you for creating this app!

I'm curious to give it a try. Especially since I'm a Ruby on Rails (and React) developer, so I could build new features myself and contribute with PRs hopefully. :)

I followed the setup instructions and realized that it tries to run bundle exec rake db:create (https://github.com/inoda/ontrack/blob/master/scripts.sh#L6) right after installing the bundler gem: gem install bundler (https://github.com/inoda/ontrack/blob/master/scripts.sh#L4)

The step that's missing here is: bundle install to install the gem dependencies.

Newer versions of rails come with bin folder containing a lot of useful scripts. One such script is bin/setup. I think this should be the location where the setup should happen: https://github.com/inoda/ontrack/blob/master/bin/setup

I'll open a PR how I'd modify the script for this app.

@vfonic vfonic changed the title Running homebrew_install.md doesn't work Following homebrew_install.md steps doesn't work Oct 1, 2020
@inoda inoda added documentation Improvements or additions to documentation help wanted labels Jul 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Improvements or additions to documentation help wanted
Projects
None yet
Development

No branches or pull requests

2 participants