How to install mira?
Closed this issue · 1 comments
kurianbenoy commented
- I would have loved to try Mira to see if it will fit my purpose.
- Can you let me know how to do a local installation?
thesephist commented
Hey @kurianbenoy, sorry for the delay in response. But I've got good news.
First, there's a fork of Mira that you can one-click deploy on Deta.sh (a cloud provider) here -> https://github.com/abdelhai/mira
If you want to deploy it on your own infra, Mira is a Go application. You can run
make build
In the project directory to build the app as a binary (saved to ./mira
) And then run the binary with
./mira
To start up the app. It'll save data to the ./data
directory as a JSON file.
I personally run Mira on Ubuntu as a Systemd service but since it's just an executable binary that needs to run in the project directory, it doesn't really matter how you deploy it as long as the right files are present.