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

Getting started: docker-compose fails with: "ERROR: Couldn't find env file: .../Aliro-master/config/ai.env" #641

Open
mikbuch opened this issue Feb 5, 2024 · 3 comments

Comments

@mikbuch
Copy link

mikbuch commented Feb 5, 2024

On running:

docker-compose up

in:

/home/ubuntu/Downloads/Aliro-master

(where: ubuntu is my username)

getting:

ERROR: Couldn't find env file: /home/ubuntu/Downloads/Aliro-master/config/ai.env

Env file missing or path in docker-compose is wrong. Nothing on that in getting started: ERROR: Couldn't find env file: /home/ubuntu/Downloads/Aliro-master/config/ai.env

@jay-m-dev
Copy link
Contributor

It looks like you may have downloaded the source code directly from the GitHub repository. Maybe as a clone or you downloaded the source code as a .zip file.

Instead of running the source code directly, you should download the released .zip file from the Assets section of the releases page. (currently Aliro-0.21.1.zip). You can find detailed installation instructions in the user guide. Make sure to change directory to ./target/production/Aliro-0.21.1/ and run docker-compose up from there.

If you prefer to run Aliro in a development environment, you may follow the instructions in the developer guide. In particular, the Building Docker Imates tell you to copy the config/ai.env-template file as config/ai.env

@mikbuch
Copy link
Author

mikbuch commented Feb 5, 2024

Hi @jay-m-dev , so the version on the main branch on GitHub is not a stable one -- you are saying, yes? (i.e., a stable release)

@jay-m-dev
Copy link
Contributor

Hi @mikbuch, yes the main branch is currently stable.

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