|
@ -72,10 +72,12 @@ bundle install |
|
|
yarn install |
|
|
yarn install |
|
|
|
|
|
|
|
|
# Build Mastodon |
|
|
# Build Mastodon |
|
|
|
|
|
export RAILS_ENV=development |
|
|
export $(cat ".env.vagrant" | xargs) |
|
|
export $(cat ".env.vagrant" | xargs) |
|
|
bundle exec rails db:setup |
|
|
bundle exec rails db:setup |
|
|
|
|
|
|
|
|
# Configure automatic loading of environment variable |
|
|
# Configure automatic loading of environment variable |
|
|
|
|
|
echo 'export RAILS_ENV=development' >> ~/.bash_profile |
|
|
echo 'export $(cat "/vagrant/.env.vagrant" | xargs)' >> ~/.bash_profile |
|
|
echo 'export $(cat "/vagrant/.env.vagrant" | xargs)' >> ~/.bash_profile |
|
|
|
|
|
|
|
|
SCRIPT |
|
|
SCRIPT |
|
|