You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
I'm a bit of a Rails newbie, I have used PHP and node.js over the years (4 years of node and 6 years of node.js), I'm now the maintainer of a software library called "https://docxtemplater.com/")
I'm playing with jumpstart and may be buying jumpstart pro in the upcoming weeks.
I've run following commands successfully :
sudo apt-get install libpq-dev postgresql libyaml-dev
gem install bundler --user
gem install rails --user
rails new myapp -d postgresql -m https://raw.githubusercontent.com/excid3/jumpstart/master/template.rb
cd myapp
bundle config set path vendor/cache
bundle install
I just reran bundle install and it gives me :
Updating files in vendor/cache
Bundle complete! 30 Gemfile dependencies, 120 gems now installed.
Bundled gems are installed into `./vendor/cache`
However, bin/dev doesnt' exist, here are the files that I have in bin :
Hi,
I'm a bit of a Rails newbie, I have used PHP and node.js over the years (4 years of node and 6 years of node.js), I'm now the maintainer of a software library called "https://docxtemplater.com/")
I'm playing with jumpstart and may be buying jumpstart pro in the upcoming weeks.
I've run following commands successfully :
I just reran bundle install and it gives me :
However, bin/dev doesnt' exist, here are the files that I have in bin :
How am I supposed to start the app if bin/dev does't exist ?