Socket
Socket
Sign inDemoInstall

@clinicalhelper/clinicalhelper

Package Overview
Dependencies
206
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "@clinicalhelper/clinicalhelper",
"version": "0.0.6",
"version": "0.0.7",
"description": "practice management for mental health",

@@ -5,0 +5,0 @@ "main": "./ClinicalHelper.js",

@@ -30,3 +30,3 @@ Clinical Helper is a cloud-ready mental health practice management application that runs a Nodejs backend

npm modules.
- Modify the appconfig.json file found in <clinicalhelper-install-location> and modify
- Modify the appconfig.json file found in ```clinicalhelper-install-location``` and modify
the various path entries as required:

@@ -67,3 +67,3 @@ ```

for more infomation on the appconfig.json settings so the simplenofeorm documentation <a href="https://github.com/simplenodeorm/simplenodeorm/blob/master/simplenodeorm.pdf" target="_blank">simplenodeorm.pdf</a>
- Update the dbconfig.json found at /<install-location>/clinicalhelper/dbconfig/dbconfig.json to setup the connection
- Update the dbconfig.json found at /install-location/clinicalhelper/dbconfig/dbconfig.json to setup the connection
pool:

@@ -87,6 +87,6 @@ ```

```
Utilities for generating the Clinical Helper database can be found at /<install-location>/clinicalhelper/dbconfig
Utilities for generating the Clinical Helper database can be found at /install-location/clinicalhelper/dbconfig
* clinicalhelper.sql
* practice-update.sh
```clinicalhelper.sql```
```practice-update.sh```

@@ -109,3 +109,3 @@ Create an in input data initialization file with data similar to the following:

the command line:
./practice-update.sh init.data
``` ./practice-update.sh init.data```

@@ -115,3 +115,3 @@ This will generate a file named init.sql that you cam use to initialize the Clinical Helper sql.

- Test the clinicalhelper setup by running bode ClinicalHelper.js from the
clinicalhelper diretory. You shound see output similar to the following:
clinicalhelper diretory. You should see output similar to the following:

@@ -165,10 +165,10 @@ ```

- Clone the clinicalhelperclient repository and modify the appconfig.json file
found at <clinicalhelperclient-location>/src/appconfig.json
found at /clinicalhelperclient-location/src/appconfig.json
- Modify the following entry in appconfig.json:
"apiServerUrl": "http://<your-host>/node",
"apiServerUrl": "http://your-host/node",
- Run the npm run build command to build a production react build. Copy everything under the
generated <clinicalhelperclient-location>/build folder to /var/www/html on the ubuntu server.
generated /clinicalhelperclient-location//build folder to /var/www/html on the ubuntu server.
- Restart the apache2 service ensure you can pull up the clinicalhelper app by pulling up url
https://<your-host>?context=<your-pool-alias>
- You should be able to login with username=system and password=<password-created-duringdb-init>
https://your-host?context=your-pool-alias
- You should be able to login with username=system and password=password-created-during-db-init

@@ -175,0 +175,0 @@ For a quick tour of the Clinical Helper application click <a href="https://github.com/clinicalhelper/clinicalhelperclient/blob/master/public/docs/quicktour.pdf" target="_blank">here</a>.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc