adamcooke / staytus

💡 An open source solution for publishing the status of your services
http://staytus.co
MIT License
2.17k stars 284 forks source link

Issue when trying to start #271

Closed DamonOnYT closed 3 years ago

DamonOnYT commented 5 years ago

root@DDI:~# sudo -u staytus procodile start --dev Error: Could not find Procfile in //Procfile

please help, i need this back up asap

ghost commented 5 years ago

Hello @DamonOnYT .

According to the installation guide (take a look at Getting started and Give it a test) you have to be in a folder, where staytus is installed. By default it is /opt/staytus/staytus So try to cd /opt/staytus/staytus and run the command sudo -u staytus procodile start --dev

HOD42 commented 4 years ago

I found I actually had to change user to staytus and be in that directory (sudo -u staytus wouldn't work). Ubuntu 18.04. sudo su staytus cd /opt/staytus/staytus procodile start --dev (I do get warnings about "constant Gem::ConfigMap is deprecated" but it appears to work).