This is an example of how to deploy a BoxLang application on Clever Cloud.
This example uses the linux runtime on Clever Cloud. The clever-cloud.sh script handles the setup of the CommandBox server.
To deploy this application, you need Clever Tools, the Clever Cloud CLI.
# Step 1. Create the application
clever create --type linux boxlang-example
# Step 2: Add your domain (optional but recommended)
clever domain add <YOUR_DOMAIN_NAME>
# Step 3: Set the run command
clever deployAnd you're done! Your application is deploying and will be available on the <YOUR_DOMAIN_NAME> domain.
If you encounter issues:
- Check the application logs:
clever logs - Verify all environment variables are correctly set:
clever env - Ensure the add-ons are properly linked:
clever service status
Contributions to improve this deployment example are welcome! Please feel free to submit pull requests or open issues for any enhancements or bug fixes.
This example is provided under the terms of the MIT license.

