Skip to content

Open source event management and ticket selling - Deploy to render.com

Notifications You must be signed in to change notification settings

HiEventsDev/hi.events-render.com

Folders and files

NameName
Last commit message
Last commit date

Latest commit

047d3b7 Β· Jul 13, 2024

History

33 Commits
Apr 27, 2024
Apr 30, 2024
Jul 13, 2024
May 9, 2024
May 18, 2024

Repository files navigation

Hi.Events Render.com One-Click Deployment

Deploy Hi.Events with one click on Render.

Deploy to Render

πŸš€ How to Use

  1. Click the Deploy to Render button above.
  2. Follow the Render setup instructions.
  3. Complete the setup and deploy your application.

πŸ”„ How to Update

  1. Open the Render dashboard and select your deployed hi.events instance.
  2. Click the "Manual Deploy" drop-down menu.
  3. Select "Clear build cache & deploy" to start a fresh deployment.
  4. Wait for the deployment process to complete.

πŸ”§ Production Setup

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.

πŸ“œ Licensing

This project is licensed under the terms specified here.