diff --git a/.gitignore b/.gitignore index f92418e..2347915 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .env +data/minio node_modules dist data/minio diff --git a/.vscode/launch.json b/.vscode/launch.json index 83fd18a..9dc9c56 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -7,11 +7,11 @@ { "type": "pwa-node", "request": "launch", - "name": "dtp-sites", + "name": "web:libertylinks", "skipFiles": [ "/**" ], - "program": "${workspaceFolder:dtp-sites}/dtp-sites.js", + "program": "${workspaceFolder:dtp-libertylinks}/dtp-libertylinks.js", "console": "integratedTerminal", "env": { "HTTP_BIND_PORT": "3333" diff --git a/dtp-sites-cli.js b/dtp-libertylinks-cli.js similarity index 100% rename from dtp-sites-cli.js rename to dtp-libertylinks-cli.js diff --git a/dtp-sites.code-workspace b/dtp-libertylinks.code-workspace similarity index 100% rename from dtp-sites.code-workspace rename to dtp-libertylinks.code-workspace diff --git a/dtp-sites.js b/dtp-libertylinks.js similarity index 100% rename from dtp-sites.js rename to dtp-libertylinks.js diff --git a/gulpfile.js b/gulpfile.js index c041b9d..83e325e 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -28,8 +28,8 @@ function util_start_browsersync ( ) { host: 'localhost', open: 'local', // https: { - // key: path.join(__dirname, 'ssl', 'dtp-sites.key'), - // cert: path.join(__dirname, 'ssl', 'dtp-sites.crt'), + // key: path.join(__dirname, 'ssl', 'dtp-libertylinks.key'), + // cert: path.join(__dirname, 'ssl', 'dtp-libertylinks.crt'), // }, port: 3333, cors: true, @@ -252,7 +252,7 @@ function dtp_watch_client (done) { function dtp_develop (done) { var isFirst = true; nodemon({ - script: 'dtp-sites.js', + script: 'dtp-libertylinks.js', verbose: false, watch: [ './*.js', diff --git a/package.json b/package.json index 45dabd2..20a2d47 100644 --- a/package.json +++ b/package.json @@ -1,14 +1,14 @@ { "name": "dtp-sites", - "version": "0.1.2", - "description": "Open source blogging engine for the Digital Telepresence Platform.", - "main": "dtp-sites.js", + "version": "0.1.0", + "description": "bringing people together.", + "main": "dtp-libertylinks.js", "author": "Digital Telepresence, LLC", - "license": "Apache-2.0", + "license": "LicenseRef-LICENSE", "private": true, "scripts": { - "start": "node dtp-sites.js", - "dev": "nodemon dtp-sites.js" + "start": "node dtp-libertylinks.js", + "dev": "nodemon dtp-libertylinks.js" }, "dependencies": { "@fortawesome/fontawesome-free": "^5.15.4", diff --git a/sites-start-local b/start-local similarity index 56% rename from sites-start-local rename to start-local index 2af3553..cc2411d 100755 --- a/sites-start-local +++ b/start-local @@ -1,11 +1,11 @@ #!/bin/bash -MINIO_ROOT_USER="sites" -MINIO_ROOT_PASSWORD="1f1c7c9b-b833-4462-ae41-d56f52faa49c" +MINIO_ROOT_USER="libertylinks" +MINIO_ROOT_PASSWORD="7db281be-0cd2-497e-b759-c74c3d35e274" export MINIO_ROOT_USER MINIO_ROOT_PASSWORD forever start --killSignal=SIGINT app/workers/host-services.js minio server ./data/minio --console-address ":9001" -forever stop app/workers/host-services.js \ No newline at end of file +forever stop app/workers/host-services.js