This is the source code for the website https://eml2html.com.
The app is containerised, and there is a docker-compose.yml for convenience.
Install Docker (work that bit out yourself), and then from the root directory of this app run:
docker compose up --buildThe app should respond to http://localhost:5678/up
There is a default rake task to run the specs. Simply run:
rakeThe project uses Kamal for deployment.
Before you deploy, you'll need to set an ENV var EML_2_HTML_IP_ADDRESS to
the IP address of the server you are deploying to. Assuming it has been
setup with Kamal, it's simply a case of running:
kamal deploy