Skip to content

Commit

Permalink
add .nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
lukavdplas committed Jun 5, 2024
1 parent a0906b6 commit 2bda24c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
v16
2 changes: 1 addition & 1 deletion documentation/First-time-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ These are instructions to set up an I-analyzer server. If you are going to devel
* PostgreSQL >= 10, client, server and C libraries
* [ElasticSearch](https://www.elastic.co/) 8. To avoid a lot of errors, choose the option: install elasticsearch with .zip or .tar.gz. ES wil install everything in one folder, and not all over your machine, which happens with other options.
* [Redis](https://www.redis.io/). Recommended installation is [installing from source](https://redis.io/docs/getting-started/installation/install-redis-from-source/)
* [Node.js](https://nodejs.org/)
* [Node.js](https://nodejs.org/). See [.nvmrc](/.nvmrc) for the recommended version.
* [Yarn](https://yarnpkg.com/)

The documentation includes a [recipe for installing the prerequisites on Debian 10](./documentation/Local-Debian-I-Analyzer-setup.md)
Expand Down

0 comments on commit 2bda24c

Please sign in to comment.