diff --git a/README.md b/README.md index c607e1c5..6d935613 100755 --- a/README.md +++ b/README.md @@ -13,11 +13,7 @@ Within this repo and releases you'll find a `.zip` file containing the minified NOTE: By downloading this application, you are agreeing to the terms included in the user license [LICENSE.md](https://github.com/CCALI/a2jdat/blob/develop/LICENSE.md). ## Hosting -<<<<<<< HEAD The DAT requires nodejs 16.17.0+. Any system supporting nodejs 16.17.0+ is supported. It has been tested on ubuntu 18, centos, and Windows Server 2016 on Azure with apache and IIS -======= -The DAT requires nodejs 16.14.2+. Any system supporting nodejs 16.14.2+ is supported. It has been tested on ubuntu 18, centos, and Windows Server 2016 on Azure with apache and IIS ->>>>>>> production While other server environments may work, they have not been tested. Should you get another hosting environment working, please do a Pull Request at the hosted [A2J DAT](https://github.com/CCALI/a2jdat) repo to let us know any steps taken so that we may share with others. @@ -130,22 +126,14 @@ Node.exe must be added to the IIS_IUSRS group in order to be allowed to handle r navigate to the root folder of the DAT (contains `a2jdat` folder) and type the following commands in the terminal to install the required node version ``` -<<<<<<< HEAD volta install node@16.17.0 -======= -volta install node@16.14.2 ->>>>>>> production ``` check that the install was successful by typing `node -v` -<<<<<<< HEAD which should produce the version number of node we installed, `16.17.0` -======= -which should produce the version number of node we installed, `16.14.2` ->>>>>>> production navigate to the a2jdat subdiectory and check the node version in volta Which should automatically download the right version as it is pinned in `package.json` by running @@ -158,11 +146,7 @@ check that the install was successful by typing `node -v` -<<<<<<< HEAD which should produce the version number of node we installed, `16.17.0` -======= -which should produce the version number of node we installed, `16.14.2` ->>>>>>> production 3.) Install global DAT dependencies and subdependencies: @@ -186,11 +170,7 @@ use the command below to install install python 3 -<<<<<<< HEAD -https://www.python.org/ftp/python/3.10.6/python-3.10.6-amd64.exe -======= https://www.python.org/downloads/release/python-3104/ ->>>>>>> production This requires administrator access. This is a very lengthy install- it can take over an hour even on a fast machine with a fantastic connection. diff --git a/package-lock.json b/package-lock.json index 88a7562f..5fe0a23b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,15 +1,15 @@ { "name": "a2jdat", - "version": "8.0.2-0", + "version": "8.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "a2jdat", - "version": "8.0.2-0", + "version": "8.0.2", "license": "GNU AGPL v3.0", "dependencies": { - "@caliorg/a2jdeps": "^7.1.7-0", + "@caliorg/a2jdeps": "^7.1.7", "axios": "^0.21.1", "babel-polyfill": "^6.26.0", "body-parser": "^1.19.0", @@ -817,9 +817,9 @@ } }, "node_modules/@caliorg/a2jdeps": { - "version": "7.1.7-0", - "resolved": "https://registry.npmjs.org/@caliorg/a2jdeps/-/a2jdeps-7.1.7-0.tgz", - "integrity": "sha512-vX06Fhj08I8lvw9z5SbtqMFYl8sbtx1E2G7RcPw+3fX6xmgYaCpFsVczZLuIHQmsj8TlSIeBBrceiEUrgUwAnA==", + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@caliorg/a2jdeps/-/a2jdeps-7.1.7.tgz", + "integrity": "sha512-9g2GEJEgAOm0q8QM2mVrHCIzlfKZTJ6qkw/TGETzNIsnL8TVQtaILI56dD2PQq8Q77L6WEBvFD2ujaY2T1QkPw==", "dependencies": { "bootstrap": "^3.4.1", "can-component": "^4.6.3", @@ -18327,9 +18327,9 @@ } }, "@caliorg/a2jdeps": { - "version": "7.1.7-0", - "resolved": "https://registry.npmjs.org/@caliorg/a2jdeps/-/a2jdeps-7.1.7-0.tgz", - "integrity": "sha512-vX06Fhj08I8lvw9z5SbtqMFYl8sbtx1E2G7RcPw+3fX6xmgYaCpFsVczZLuIHQmsj8TlSIeBBrceiEUrgUwAnA==", + "version": "7.1.7", + "resolved": "https://registry.npmjs.org/@caliorg/a2jdeps/-/a2jdeps-7.1.7.tgz", + "integrity": "sha512-9g2GEJEgAOm0q8QM2mVrHCIzlfKZTJ6qkw/TGETzNIsnL8TVQtaILI56dD2PQq8Q77L6WEBvFD2ujaY2T1QkPw==", "requires": { "bootstrap": "^3.4.1", "can-component": "^4.6.3",