Can I use Platform.sh for a different language?
Matthias Van Woensel
We can use PHP, NodeJS, Go, and more.
But my favorite language is not there. How do I add a new language (e.g. Erlang, Elixir, …) ?
0
Comments
If Platform.sh does not currently a runtime container for your language, you will have to install it during the build hook inside your
.platform.app.yamlfile.A good example of how you can do this has been published as a How-to for deploying a Rust application on Platform.sh. Pay special attention to the build hook Step 2 and modify accordingly for your language.
Please sign in to leave a comment.