Skip to content
Nikolay Rys edited this page Jul 18, 2018 · 21 revisions

Node management

Add ssh agent ~/.zshrc first

bundle exec cap deploy
ruby server.rb
  • Webserver management: sudo systemctl <command> <service>
  • services: nginx
  • commands: start/stop/restart/reload

Frontend build

npm install
npm run-script build

Memory leak

sudo systemctl restart systemd-journald
Clone this wiki locally