Upupup/README.md

19 lines
258 B
Markdown

# 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.