Skip to content

Commit

Permalink
Update admin_server_deployment.md
Browse files Browse the repository at this point in the history
Mentions available solutions when running in a "port 5000 already in use" error on MacOS.
  • Loading branch information
philippe-ynput authored Dec 12, 2024
1 parent f8c78ac commit e5730f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/docs/admin_server_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ values={[
5. Modify the default settings in the `settings/template.json` file (see [provisioning page](admin_server_provisioning.md#configuration-file)).
6. Run the stack using `docker compose up -d`
7. Run `make setup`
8. Once the setup is complete, navigate to [http://localhost:5000/](http://localhost:5000/) in your web browser and log in as `admin/admin`.
8. If you see an error saying "port 5000 is already in use", there are 2 solutions:
* **RECOMMENDED**: Set the port to 5001 instead of 5000 in `docker-compose.yml` (`ports: ["5001:5000"]`) and restart from step 6.
* Alternative: Turn off `System Settings > General > AirDrop & Handoff > AirPlay Receiver` and restart from step 6.
10. Once the setup is complete, navigate to [http://localhost:5000/](http://localhost:5000/) in your web browser and log in as `admin/admin`.

</ReactMarkdown>
</TabItem>
Expand Down

0 comments on commit e5730f4

Please sign in to comment.