Deploy Hi.Events with one click on Render.
- Click the Deploy to Render button above.
- Follow the Render setup instructions.
- Complete the setup and deploy your application.
- Open the Render dashboard and select your deployed hi.events instance.
- Click the "Manual Deploy" drop-down menu.
- Select "Clear build cache & deploy" to start a fresh deployment.
- Wait for the deployment process to complete.
To make the app production-ready:
- Configure a mail service via environment variables.
- Set up Stripe for payment processing via environment variables.
- It's advisable to configure Amazon S3 for storage to prevent loss of images during upgrades.
- Updated the APP_KEY environment variable with a secure value. You can generate one using the following CLI command:
echo "base64:$(openssl rand -base64 32)"
For detailed setup instructions, check here.
This project is licensed under the terms specified here.