Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2644558
D25006.1732323372.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25006.1732323372.diff
View Options
diff --git a/src/docs/user/configuration/notifications.diviner b/src/docs/user/configuration/notifications.diviner
--- a/src/docs/user/configuration/notifications.diviner
+++ b/src/docs/user/configuration/notifications.diviner
@@ -41,13 +41,13 @@
To install Node.js, follow the instructions on
[[ http://nodejs.org | nodejs.org ]].
-You will also need to install the `ws` module for Node. This needs to be
+You will also need to install the dependencies for Node. This needs to be
installed into the notification server directory:
phorge/ $ cd support/aphlict/server/
- phorge/support/aphlict/server/ $ npm install ws
+ phorge/support/aphlict/server/ $ npm install
-Once Node.js and the `ws` module are installed, you're ready to start the
+Once Node.js and its dependencies are installed, you're ready to start the
server.
diff --git a/support/aphlict/server/package-lock.json b/support/aphlict/server/package-lock.json
new file mode 100644
--- /dev/null
+++ b/support/aphlict/server/package-lock.json
@@ -0,0 +1,12 @@
+{
+ "name": "aphlict-server",
+ "requires": true,
+ "lockfileVersion": 1,
+ "dependencies": {
+ "ws": {
+ "version": "7.5.0",
+ "resolved": "https://registry.npmjs.org/ws/-/ws-7.5.0.tgz",
+ "integrity": "sha512-6ezXvzOZupqKj4jUqbQ9tXuJNo+BR2gU8fFRk3XCP3e0G6WT414u5ELe6Y0vtp7kmSJ3F7YWObSNr1ESsgi4vw=="
+ }
+ }
+}
diff --git a/support/aphlict/server/package.json b/support/aphlict/server/package.json
new file mode 100644
--- /dev/null
+++ b/support/aphlict/server/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "aphlict-server",
+ "description": "Phorge's aphlict's server",
+ "main": "aphlict_server.js",
+ "directories": {
+ "lib": "lib"
+ },
+ "license": "Apache-2.0",
+ "dependencies": {
+ "ws": "^7.5.0"
+ }
+}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 00:56 (16 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
989333
Default Alt Text
D25006.1732323372.diff (1 KB)
Attached To
Mode
D25006: Add package.json for aphlict
Attached
Detach File
Event Timeline
Log In to Comment