Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Manual installation requires following dependencies before continue to install

Installation steps

1. Download the installation package

Download the zip page depending on your environment, Linux or Windows packages distributed separately.

2. Extract the zip package

Create installation directory with full permissions. Avoid using space or special characters in directory name. This directory will be referenced as <installdir> in next steps.

Extract the zip package to installation directory.

3. Update settings

Default configuration settings are stored in appsettings.json file. Emakin uses layered multiple JSON configuration files to override configuration settings and changing any default setting in <installdir>/appsettings.json file is not recommended.

Create a new file in <installdir>/Configuration directory with appsettings.json name and set updated configuration setting in this file.

Example <installdir>/Configuration/appsettings.json file to set database connection for host administration;

{
  "DbConnStr": "Host=sqlserver;Database=EMAKIN;Username=emakin;Password=emakin;",
  "ProxyUri" : ""
}

Please see Configuration Settings page for further details.

3. Check ports

By default emakin listens from 80, 5000 port numbers. If you have another application running on your server using same ports, you need to change port numbers from <installdir>/Configuration/appsettings.json configuration file.

 How to set port numbers
  1. Edit <installdir>/Configuration/appsettings.json file.



  • No labels