You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
322 B

4 months ago
4 months ago
4 months ago
4 months ago
  1. #!/bin/bash
  2. RAILS_ENV=production SECRET_KEY_BASE='toto est fluo' rails assets:precompile
  3. # TO REMOVE PROD assets:
  4. # rm -rf public/assets
  5. SEMANTIC_LOGGER_APP=egr RAILS_ENV=production SECRET_KEY_BASE='toto est fluo' rails server
  6. # journalctl --all -o cat --full -t egr
  7. journalctl --all -o short --no-hostname -t egr -f