Skip to content

Erupt-Lounge/ERUPT-IoT

 
 

Repository files navigation

ERUPT-IoT

DNS

http://apps.erupt.ch

Host

Hetzner Server (Nürnberg) IPv4: 5.75.145.55 IPv6: 2a01:4f8:1c1e:759d::/64

Deployment

git c prod
git merge main
git push
mina deploy

Console

mina console

or

ssh [email protected]
cd /var/www/erupt-iot/current/
bin/rails console

Logs

mina log

or

ssh [email protected]
tail -f /var/www/erupt-iot/current/log/production.log
sudo tail -f /var/log/nginx/error.log

Set ENVs

ssh [email protected]
vim ~/.bashrc
source ~/.bashrc

Full Restart

sudo service nginx stop
sudo service nginx start

delayed_jobs

cd /var/www/erupt-iot/current/
bin/delayed_job start
bin/delayed_job stop
bin/delayed_job status

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 54.4%
  • Haml 33.9%
  • SCSS 4.1%
  • HTML 3.5%
  • JavaScript 3.0%
  • CoffeeScript 1.1%