Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zachsa committed May 28, 2021
1 parent fe8d268 commit 63842ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Refer to this [this Nginx configuration file](platform/centos/nginx/nginx.conf)
To start this app in a production environment:

```sh
# Install Node.js 14.16.x on the server (https://nodejs.org/en/)
# Install Node.js 14.17 on the server (https://nodejs.org/en/)

# Clone the repository if not already done
git clone ... nccrd
Expand Down Expand Up @@ -155,7 +155,7 @@ docker-compose --env-file docker-compose.env up -d --force-recreate --build

## Build an executable from the source code
```sh
# Install Node.js 14.16.x on the server (https://nodejs.org/en/)
# Install Node.js 14.17x on the server (https://nodejs.org/en/)

# Clone the repository if not already done
git clone ... nccrd
Expand All @@ -171,7 +171,7 @@ npm run pkg
Executables for Mac, Linux and Windows will be placed in the `binaries/` folder. These executables can be started directly (see below for configuration)

# Running the application as an executable
Binary executables are built automatically for Windows, Max, and Linux on every commit to the `stable` branch. Download the latest version of the built application from [the releases page](https://github.com/SAEON/national-climate-change-systems/releases), and start the executable from a terminal. The examples below show how to start the application with the correct SQL Server configuration (and other configurable properties). Alternatively, placing a `.env` file in the same folder as the executable will result in configuring the application on startup.
Binary executables are built automatically for Windows, Max, and Linux every time a tag is added to the repository. Download the latest version of the built application from [the releases page](https://github.com/SAEON/national-climate-change-systems/releases), and start the executable from a terminal. The examples below show how to start the application with the correct SQL Server configuration (and other configurable properties). Alternatively, placing a `.env` file in the same folder as the executable will result in configuring the application on startup.

## Linux & Mac
```sh
Expand Down

0 comments on commit 63842ee

Please sign in to comment.