This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
mastodon
Watch
3
Star
0
Fork
2
Code
Issues
5
Pull Requests
0
Projects
0
Releases
3
Wiki
Activity
Browse Source
Export environment variables from .env.vagrant before running rails commands in Vagrant provisioning (
#2343
)
closed-social-glitch-2
Effy Elden
7 years ago
committed by
Eugen
parent
89dc29affb
commit
cc83ee60fb
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
Vagrantfile
+ 1
- 0
Vagrantfile
View File
@ -63,6 +63,7 @@ bundle install
yarn install
# Build Mastodon
export $(cat ".env.vagrant" | xargs)
bundle exec rails db:setup
bundle exec rails assets:precompile
Write
Preview
Loading…
Cancel
Save