You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
src | 12 months ago | |
.gitignore | 1 year ago | |
Gemfile | 7 months ago | |
Gemfile.lock | 7 months ago | |
README.md | 1 year ago | |
Rakefile | 1 year ago | |
config.ru | 1 year ago | |
tasks.yaml | 1 year ago |
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.