NoPass server installation setup

 

 
Getting started
 
 
Before you begin
 
 
Environment setup
 
4
Server installation setup
 
5
NoPass Server installation

 

 

Downloading software

We provide preconfigured configuration files to help you install the NoPass™ application server.

Before you begin

 To download the configuration files for your platform, go to  Linux

 You should use the NoPass™ app to access the configuration files.

 

Linux platform procedure
  1. Copy the link for Linux platforms, download the archive to your server, and unzip.
    $ curl -LOJ https://repository.identite.us/repository/deployment_script/nopass.zip
    

    Unpack the archive:

    $ unzip nopass.zip
      

    Unpacked files look as follows:

     

  2. Copy SSL certificate (Public and Private keys) in this directory.

  3. Open the variables file using $ nano variables.env and fill it in according to your needs.
    If you plan on using the automatically preconfigured database server container, you should leave the database settings for NoPass™ and Keycloak as their default values and change only the ServerUrl for NoPass™/Keycloak. Save the file.
    For reference, see Environment variables

  4. Set execution permission to the ./install.sh script:

    $ sudo chmod +x ./install.sh
    
  5. Launch the script and follow the commands:
    $ sudo ./install.sh
    

     

  6. Generate the Firebase file as specified in the  Firebase private key generation section and save it together with ./install.sh in the same directory.

If you are experiencing any issues or have any questions about the documentation, please contact support at support@identite.us.

 

next topic: NoPass™ server installation Linux Ubuntu

previous topic: Environment setup

 

 

 

 

Suggest edits