root: fix uv lock file on macOS (#13578)
* root: fix uv lock on macOS Signed-off-by: Jens Langhammer <jens@goauthentik.io> * re-add make run Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -81,7 +81,6 @@ instructions](https://golangci-lint.run/welcome/install/#other-ci).
|
||||
|
||||
```shell
|
||||
make install # Installs all required dependencies for Python and Javascript, including development dependencies
|
||||
source .venv/bin/activate # Active the Python virtual environment
|
||||
```
|
||||
|
||||
2. Configure authentik to use the local databases using a local config file. To generate this file, run the following command in the same directory as your local authentik git repository:
|
||||
@ -131,7 +130,7 @@ make web # Formats the frontend code
|
||||
Now that the backend and frontend have been setup and built, you can start authentik by running the following command in the same directory as your local authentik git repository:
|
||||
|
||||
```shell
|
||||
ak server # Starts authentik server
|
||||
make run # Starts authentik server
|
||||
```
|
||||
|
||||
And now, authentik should now be accessible at `http://localhost:9000`.
|
||||
|
Reference in New Issue
Block a user