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

Simplify installation with docker #64

Merged
merged 1 commit into from
May 27, 2024
Merged

Conversation

dragos-dobre
Copy link
Member

No description provided.

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Comment on lines -40 to -45
* Copy `.env.lightning.example` to `.env.lightning` and make adjustments
* Create `lightning_dev` database in db container
* Run container build `docker compose -f docker-compose.yml -f docker-compose.lightning.yml build lightning`
* Run migrations `docker compose -f docker-compose.yml -f docker-compose.lightning.yml run --rm lightning mix ecto.migrate`
* Run imis demo setup `docker compose -f docker-compose.yml -f docker-compose.lightning.yml run --rm lightning ./imisSetup.sh`
* Run service `docker compose -f docker-compose.yml -f docker-compose.lightning.yml up lightning`
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why did you remove that

@delcroip delcroip merged commit bb633c5 into develop May 27, 2024
4 checks passed
@delcroip delcroip deleted the feature/improve_installation branch May 27, 2024 19:40
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

Successfully merging this pull request may close these issues.

2 participants