You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21-11Lines changed: 21 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,8 @@ Hi.Events is designed to help you create, manage, and sell tickets for events of
67
67
68
68
## 🚀 Getting Started
69
69
70
-
For detailed installation instructions, please refer to our [documentation](https://hi.events/docs/getting-started). For a quick start, follow these steps:
70
+
For detailed installation instructions, please refer to our [documentation](https://hi.events/docs/getting-started). For
71
+
a quick start, follow these steps:
71
72
72
73
### One-Click Deployments
73
74
@@ -77,9 +78,11 @@ For detailed installation instructions, please refer to our [documentation](http
77
78
78
79
[](https://railway.app/template/8CGKmu?referralCode=KvSr11)
79
80
80
-
### 🐳 Local development - using Docker
81
+
### 🐳 Quick Start with Docker
82
+
81
83
> [!IMPORTANT]
82
-
> Please ensure you have Docker and Docker Compose installed on your system. If not, you can download them from the official Docker website: [Docker](https://www.docker.com/get-started).
84
+
> Please ensure you have Docker and Docker Compose installed on your system. If not, you can download them from the
85
+
> official Docker website: [Docker](https://www.docker.com/get-started).
83
86
84
87
1.**Clone the Repository:**
85
88
```bash
@@ -88,21 +91,25 @@ For detailed installation instructions, please refer to our [documentation](http
88
91
89
92
2.**Navigate to the Docker Directory:**
90
93
```bash
91
-
cd hi.events/docker/development
94
+
cd hi.events/docker/all-in-one
92
95
```
93
96
94
97
3.**Run the set-up script:**
95
98
```bash
96
-
./start-dev.sh
99
+
docker-compose up -d
97
100
```
98
101
4.**Create an account:**
99
-
```
100
-
Open your browser and navigate to https://localhost:8443/auth/register.
101
-
```
102
+
```bash
103
+
Open your browser and navigate to https://localhost:8123/auth/register.
104
+
```
105
+
106
+
ℹ️ Please refer to the [getting started guide](https://hi.events/docs/getting-started) for other installation methods, and
107
+
for setting up a production or local development environment.
102
108
103
109
## 📝 Change Log
104
110
105
-
Stay updated with our ongoing improvements and feature additions at our [GitHub releases page](https://github.com/HiEventsDev/hi.events/releases).
111
+
Stay updated with our ongoing improvements and feature additions at
@@ -111,10 +118,13 @@ please open an issue to discuss it.
111
118
112
119
## ❓ FAQ
113
120
114
-
Have questions? Our [Docs](https://hi.events/docs) have answers. If you can't find what you're looking for, feel free to reach out to us at [[email protected]](mailto:[email protected]).
121
+
Have questions? Our [Docs](https://hi.events/docs) have answers. If you can't find what you're looking for, feel free to
Hi.Events is licensed under the terms of the [Elastic License 2.0](https://github.com/HiEventsDev/hi.events/blob/main/LICENCE), which means you can use it freely for commercial and non-commercial purposes, as long as you respect the terms of the license.
126
+
Hi.Events is licensed under the terms of
127
+
the [Elastic License 2.0](https://github.com/HiEventsDev/hi.events/blob/main/LICENCE), which means you can use it freely
128
+
for commercial and non-commercial purposes, as long as you respect the terms of the license.
119
129
120
130
For more information on licensing, please visit our licensing page [here](https://hi.events/licensing).
0 commit comments