Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.09 KB

deployment.md

File metadata and controls

37 lines (22 loc) · 1.09 KB

Deployment

Deployment on Cloud Foundry

Get the free SAP Cloud Foundry Trial.

  • cf login
  • npm install
  • npm test
  • npm run build
  • cf push

💡 If you are using Git for Windows, you can run it via Git Bash.

Deployment on Docker Image

A docker image is available on Docker Hub. See Docker Deployment for details.

Deployment on Azure Container Instance

You can configure a Github action to automatically create an abaplint Server running in an Azure Container Instance.

Kyma

See Kyma.

Helm

Example config, https://github.com/heliconialabs/sci.abaplint.app.

Environment params

The server checks the following env params

  • PORT - port to listen at
  • VERBOSE - set 1 to output more verbose logs

It also support .env file. You can specify e.g. PORT=8080 there instead of using variables or command line. Env file must not be pushed to the git repo.