Skip to content

An example of how to deploy a Boxlang application on Clever Cloud

Notifications You must be signed in to change notification settings

CleverCloud/boxlang-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Logo Clever Cloud

Deploy a BoxLang application on Clever Cloud

Clever Cloud - PaaS

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.

Deployment steps

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 deploy

And you're done! Your application is deploying and will be available on the <YOUR_DOMAIN_NAME> domain.

Screenshot

Troubleshooting

If you encounter issues:

  1. Check the application logs: clever logs
  2. Verify all environment variables are correctly set: clever env
  3. Ensure the add-ons are properly linked: clever service status

Contributing

Contributions to improve this deployment example are welcome! Please feel free to submit pull requests or open issues for any enhancements or bug fixes.

License

This example is provided under the terms of the MIT license.

About

An example of how to deploy a Boxlang application on Clever Cloud

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages