Skip to content
This repository was archived by the owner on Jan 7, 2020. It is now read-only.

Commit 5e142f8

Browse files
author
Randy P
authored
Merge pull request #326 from bcgov/hotfix
Hotfix
2 parents 81d5580 + 7dd99bc commit 5e142f8

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,24 +30,25 @@ Write access to this repository
3030

3131
EPIC has been built using MongoDB, Express, AngularJS and NodeJS. See http://mean.io/ for more information on the project's development stack. Basic globally install requirements for Win32, OSX, or Linux are as follows:
3232

33-
* node@ >= 4.4.2
34-
* npm@ >=- 2.15.1
33+
* node@ >= 6.11.3
34+
* npm@ >= 2.15.1
3535
* mongodb-server@ >= 2.6.x
3636
* grunt@ >= 0.4.5
3737
* git
38+
* yarn >= 1.3.2
3839

3940
## Installation
4041

4142
Development mode:
4243

4344
git clone https://github.com/bcgov/esm-server.git
44-
npm install
45+
yarn install
4546
grunt build && node server.js
46-
47+
Note: If you've previously done an installation, and are upgrading from npm to yarn and node 4 -> 6, make sure you delete the `node_modules/` folder and `public/lib/` folder
4748
Production Mode:
4849

4950
git clone https://github.com/bcgov/esm-server.git
50-
npm install
51+
yarn install
5152
grunt buildprod && NODE_ENV=production node server.js
5253

5354
After this you may open up a browser of your choice and navigte to http://localhost:3000/ Default user/pass is admin/admin for development mode, or watch the terminal output of running node server.js for the autogenerated admin password (in red terminal text).

0 commit comments

Comments
 (0)