File tree Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Expand file tree Collapse file tree 1 file changed +5
-7
lines changed Original file line number Diff line number Diff line change 6
6
tasks :
7
7
- init : >
8
8
export CHROME_BIN=/usr/bin/chromium-browser &&
9
- # gem install bundler &&
10
- # bundle config set without 'production' &&
11
- # bundle install &&
9
+ gem install bundler &&
10
+ bundle config set without 'production' &&
11
+ bundle install &&
12
12
cp config/database.yml.gitpod config/database.yml &&
13
13
mysql -e "SET @@global.sql_mode=(SELECT REPLACE(@@global.sql_mode, 'ONLY_FULL_GROUP_BY', ''));" &&
14
14
mysql -e "CREATE DATABASE plots;" &&
15
15
cp db/schema.rb.example db/schema.rb
16
16
17
- gem install bundler
17
+ rake db:setup
18
18
19
- bundle config set without 'production'
19
+ sleep 10
20
20
21
21
bundle install
22
22
23
- rake db:setup
24
-
25
23
yarn install
26
24
27
25
rails g webpacker:install && rails g webpacker:install:react && rails g react:install
You can’t perform that action at this time.
0 commit comments