|
||
---|---|---|
src | ||
.gitignore | ||
Gemfile | ||
Gemfile.lock | ||
README.md | ||
Rakefile | ||
config.ru | ||
tasks.yaml |
README.md
Upupup
A simple http service monitoring
Install
bundle install
UPUPUP_DB=sqlite://development.db ./src/database_init.rb
Start
UPUPUP_DB=sqlite://development.db ./src/app.rb
Note: you can put your env variables in the .env file.