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
Build and run the API, the web UI, database and cache using the `docker-compose.yml` file. It takes a while for build and download all the docker images.
206
-
When it's finished, you'll be able to access the web UI at http://localhost:3000 and the API at http://localhost:8000
207
+
-Build and run the API, the web UI, database and cache using the `docker-compose.yml` file. It takes a while for build and download all the docker images.
208
+
When it's finished, you'll be able to access the web UI at http://localhost:3000 and the API at http://localhost:8000
207
209
208
210
```bash
209
211
docker compose up --build
210
212
```
211
213
212
214
### 6. Create the System User
213
215
214
-
The application uses the concept of a system user to process events async. You should manually create this user in `users` table in your database.
215
-
Make sure you use the same `id` and `api_key` as the `EVENTS_QUEUE_USER_ID`, and `EVENTS_QUEUE_USER_API_KEY` in your `.env` file
216
+
-The application uses the concept of a system user to process events async. You should manually create this user in `users` table in your database.
217
+
Make sure you use the same `id` and `api_key` as the `EVENTS_QUEUE_USER_ID`, and `EVENTS_QUEUE_USER_API_KEY` in your `.env` file
216
218
217
219
### 7. Build the Android App.
218
220
219
-
Before building the Android app in [Android Studio](https://developer.android.com/studio), you need to replace the `google-services.json` file in the `android/app` directory with the file which you got from step 1. You need to do this for the firebase FCM messages to work properly.
221
+
-Before building the Android app in [Android Studio](https://developer.android.com/studio), you need to replace the `google-services.json` file in the `android/app` directory with the file which you got from step 1. You need to do this for the firebase FCM messages to work properly.
0 commit comments