Skip to content

mconnell/eml2html

Repository files navigation

eml2html

This is the source code for the website https://eml2html.com.

Development

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 --build

The app should respond to http://localhost:5678/up

Testing

There is a default rake task to run the specs. Simply run:

rake

Deployment

The 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

About

Easily get the HTML code from .eml files

Resources

License

Stars

Watchers

Forks