-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kevin Souza edited this page May 28, 2023
·
6 revisions
Wiki WIP!
I wanted to learn some Rust so I decided to create a tool similar to PM2 and mark2, these two tools saved me from a lot of headache when spinning up background services for apps and in the case of mark2, Minecraft servers.
Not for anything in production, game servers for friends for example shouldn't be a problem. crescent does not currently support auto restarts in case of a crash or something equivalent to pm2 save
to start apps on system startup.
cargo install crescent-cli
or
cargo install --git https://github.com/Kyagara/crescent
Applications files, profiles and any important file is located in crescent's main directory: $HOME/.crescent/
.