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.
A docker image is available on Docker Hub. See Docker Deployment for details.
You can configure a Github action to automatically create an abaplint Server running in an Azure Container Instance.
See Kyma.
Example config, https://github.com/heliconialabs/sci.abaplint.app.
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.