-
Notifications
You must be signed in to change notification settings - Fork 0
Deployment Guide
Ahmed Glez edited this page Mar 30, 2023
·
1 revision
- Node.js and npm installed on the server.
- MongoDB instance running on the server or a remote server.
- Clone the repository to the server:
git clone https://github.com/ahmedglez/cujae_ldap_manager.git- Install dependencies:
npm install-
Configure the environment variables (see Configuration Options).
-
Start the server:
By default, the server will listen on port 4000. You can change the port number using the PORT environment variable.
That's it! Your Cujae LDAP Manager API is now up and running.
Cujae LDAP Manager is an open-source project developed by Ahmed Gonzalez. Contributions are welcome! See the contribution guidelines for more information.
Licensed under the MIT License.