Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ericwang401/blesta-dockerized
Easy configurable Docker configuration for Blesta for the modern web.
https://github.com/ericwang401/blesta-dockerized
blesta blesta-billing-platform docker php
Last synced: 6 days ago
JSON representation
Easy configurable Docker configuration for Blesta for the modern web.
- Host: GitHub
- URL: https://github.com/ericwang401/blesta-dockerized
- Owner: ericwang401
- Created: 2023-02-05T01:28:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-08T23:40:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T20:10:26.493Z (about 2 months ago)
- Topics: blesta, blesta-billing-platform, docker, php
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blesta Dockerized
## Getting Started
Run `chmod +x ./download.sh && ./download.sh` and follow the steps.
Then run `chmod +x ./configure.sh && ./configure.sh` and follow the steps.Remember! The `DB_DATABASE`, `DB_USERNAME`, `DB_PASSWORD`, and `DB_ROOT_PASSWORD` can only be set once in your environment file. If you ever want to change your credentials, you need to use the MySQL CLI. You can access MySQL CLI by entering the shell of the MySQL container `docker compose exec database sh`.
## Making configurations
If you ever need to modify the PHP configuration, the .env file, or any of the dockerfiles, make sure to run `docker compose build && docker compose up -d` afterwards. This makes sure that Blesta is running on the latest changes you made.