Skip to content

Deployment Guide

Ahmed Glez edited this page Mar 30, 2023 · 1 revision

Deployment Guide

Prerequisites

  • Node.js and npm installed on the server.
  • MongoDB instance running on the server or a remote server.

Steps

  1. Clone the repository to the server:
git clone https://github.com/ahmedglez/cujae_ldap_manager.git
  1. Install dependencies:
npm install
  1. Configure the environment variables (see Configuration Options).

  2. 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.

Clone this wiki locally