Skip to content
Kevin Souza edited this page Jun 17, 2023 · 6 revisions

Wiki WIP!

Why?

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.

Should I use crescent?

I had no issues running some services for weeks, but that speaks more of the service rather than crescent.

My recommendation is to not use it in production, crescent does not currently support auto restarts in case of a crash or something equivalent to pm2 save to start apps on system startup.

Installation:

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

Clone this wiki locally