Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to install mira? #2

Closed
kurianbenoy opened this issue Aug 22, 2020 · 1 comment
Closed

How to install mira? #2

kurianbenoy opened this issue Aug 22, 2020 · 1 comment

Comments

@kurianbenoy
Copy link

  • 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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants