Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains a system to launch the components that Meirim is composed of, as dockers on the local development machine. By simply running
./launch.sh
in thetests
directory, the dockers will spawn, and the browser will open with a development portal, and the website itself. The development portal links to phpMyAdmin, without any log-in requirement. In there, user can observe and make changes to the database contents. Also, there's a link tomailhog
(fake SMTP) docker, and toadminer
's web interface.In addition, a terminal window is opened, with different panes - docker compose pane; db, server and client panes, and DB CLI pane.
There's some more work to be done here, specifically to integrate fake SMTP, to run server and client dockers with volumes, in order to enable hot-reloading of changes, and many other changes.