Skip to content

Commit

Permalink
added documentation for devs
Browse files Browse the repository at this point in the history
  • Loading branch information
Spitfireap committed Apr 11, 2024
1 parent ab842ae commit 64dce8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/contributing/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ Then, just run the following command::

$ docker-compose up

Then if not done already, run this command to create an OIDC application
in order to be able to log in from the frontend::
$ docker exec modoboa-api '/bin/sh -c python3 /code/test_project/manage.py createapplication --name frontend --algorithm RS256 --redirect-uris 'http://localhost:3000/login/logged' public authorization_grant_type authorization-code'

It will start the docker environment and make a Modoboa instance
available at ``http://localhost:8000`` and the new admin interface at ``http://localhost:8080``

Expand Down

0 comments on commit 64dce8b

Please sign in to comment.