https://github.com/hieventsdev/hi.events-render.com
Open source event management and ticket selling - Deploy to render.com
https://github.com/hieventsdev/hi.events-render.com
event-management event-management-system event-ticketing event-ticketing-app events qr-checkin sell-ticket-online
Last synced: 2 months ago
JSON representation
Open source event management and ticket selling - Deploy to render.com
- Host: GitHub
- URL: https://github.com/hieventsdev/hi.events-render.com
- Owner: HiEventsDev
- Created: 2024-04-27T06:32:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T05:28:11.000Z (11 months ago)
- Last Synced: 2024-07-13T06:35:46.510Z (11 months ago)
- Topics: event-management, event-management-system, event-ticketing, event-ticketing-app, events, qr-checkin, sell-ticket-online
- Language: Shell
- Homepage: https://hi.events?ref=github
- Size: 19.5 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi.Events Render.com One-Click Deployment
Deploy [Hi.Events](https://github.com/HiEventsDev/hi.events) with one click on Render.
[](https://render.com/deploy?repo=https://github.com/HiEventsDev/hi.events-render.com)
## 🚀 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](https://dashboard.render.com/) 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:
```bash
echo "base64:$(openssl rand -base64 32)"
```
For detailed setup instructions, check [here](https://hi.events/docs/getting-started/deploying).
## 📜 Licensing
This project is licensed under the terms specified [here](https://hi.events/licensing).