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
This document is to explain how to setup a lemonLDAP manager with the new interface and a partial configuration.
2
+
3
+
# Building the front end :
4
+
5
+
This part is to do in a terminal located in this git repository.
6
+
7
+
Assuming that you already installed all the packages using `npm install`, you need to build the partial manager. For that, there is a script already :
8
+
`npm run build-partial`
9
+
10
+
## Warning
11
+
12
+
This will build the manager assuming your manager url is "manager.example.com". If the base url is different, you need to change in the _package.json_ file the REACT_APP_BASEURL enviroment variable to your url.
13
+
14
+
# Putting the build in the manager
15
+
16
+
Once the new manager is built, you need to add it to your lemonLDAP.
17
+
18
+
First you need to copy the static file to the `lemonldap/lemonldap-ng-manager/site/htdocs/static` and start the llng server in another terminal.
0 commit comments