#!/bin/bash SEMANTIC_LOGGER_APP=bichik RAILS_ENV=production SECRET_KEY_BASE='toto est fluo' rails server # journalctl --all -o cat --full -t bichik # journalctl --all -o short --no-hostname -t bichik # TO REMOVE PROD assets # rm -rf tmp/cache/assets