Deploy Hi.Events with one click on DigitalOcean.
- Click the DigitalOcean button above.
- Follow the DigitalOcean instructions until the "Environment Variables" step.
- Click "Edit" on the "Environment Variables" step.
- Set the APP_KEY and JWT_SECRET variables:
- Generate values using the following CLI command:
echo "base64:$(openssl rand -base64 32)"
- Check the "Encrypt" checkbox for these variables.
- Generate values using the following CLI command:
- Click "Save" and complete the setup.
- Open the DigitalOcean dashboard and select the deployed hi.events instance.
- Click the "Actions" drop-down menu.
- Select "Force Rebuild & Deploy".
- Wait for the deployment process to complete.
To make the app production-ready:
- Configure a mail service via environment variables.
- Set up Stripe via environment variables.
- It is advisable to set up Amazon S3 for storage, as images will be lost every time you upgrade otherwise.
- It is advisable to configure up a queue to hanlde background tasks.
Detailed setup instructions are available here.
This project is licensed under the terms specified here. For more information, please refer to the licensing documentation.