File: setup-app.sh

package info (click to toggle)
tdiary 5.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,092 kB
  • sloc: ruby: 23,031; javascript: 1,029; xml: 325; makefile: 26; sh: 2
file content (9 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
#!/bin/bash
cp .devcontainer/tdiary.conf .
cp .devcontainer/Gemfile.local .
bundle config set path vendor/bundle
bundle config set with development:test
bundle install --jobs=4 --retry=3
bundle exec rake assets:copy
gem install debug
#git ls-remote -q > /dev/null