monitbee

Version, currently master branch1 version
  • master branchlatestMay 2, 2024

github.com/perfecto25/monitbee

a different Monit console

0 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  monitbee:
    github: perfecto25/monitbee
    branch: master

master is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
no constraint declared

Dependencies

Runtime Dependencies

README

# MonitBee (crystal)

## init project

  marten new project monitbee

## DB and schema

    ./bin/marten genmigrations --error-trace
    ./bin/marten migrate
    ./bin/marten serve

## compile release
  
    crystal build src/server.cr -o bin/server --release
    crystal build src/manage.cr -o bin/manage --release
    bin/manage collectassets --no-input
    bin/manage migrate 
  
  # run the server
    
    bin/server