Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Démarches Simplifiées
Vagrant DEV for Démarches-Simplifiées
Commits
bff7601b
Commit
bff7601b
authored
Jan 04, 2022
by
Fabrice Gangler
🎨
Browse files
DOC: add "Precompile assets (CSS, JS, ...)"
parent
b8166094
Changes
1
Show whitespace changes
Inline
Side-by-side
Vagrantfile
View file @
bff7601b
...
...
@@ -70,6 +70,9 @@ Vagrant.configure("2") do |config|
# INSTALL - Finalize installation (1)
vagrant ssh -c 'cd src; bin/setup'
# Precompile assets (CSS, JS, ...)
vagrant ssh -c 'cd src; rails assets:precompile'
# PUMA - Start server to be able to restart it quickly (use Ctrl-C to stop it)
vagrant ssh -c 'cd src; RAILS_QUEUE_ADAPTER=delayed_job; bin/rails server --binding=0.0.0.0'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment