Skip to content

Commit

Permalink
robo8x [chore] 9/8/2018, 1:18:20 PM
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed Sep 8, 2018
1 parent dc2f300 commit 0aae5ad
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@
/*.lock
*.log
/corifeus-boot.json

/src/**/*.*
3 changes: 3 additions & 0 deletions bin/p3x-redis.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env node
const boot = require('p3x-redis-ui-server/src/lib/boot')
boot()
16 changes: 16 additions & 0 deletions p3xrs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"p3xrs": {
"https2": {
"cert": "~p3x-redis-ui-server/artifacts/certs/cert.pem",
"key": "~p3x-redis-ui-server/artifacts/certs/key.nopass.pem",
"port-info": "this is ommitted, it will be default 7843",
"port": 7843
},
"connections": {
"home-dir-info": "if the dir config is empty or home, the connections are saved in the home folder, otherwise it will resolve the directory set as it is, either relative ./ or absolute starting with /. NodeJs will resolve this directory in p3xrs.connections.dir",
"home-dir": "home"
},
"static-info": "This is the best configuration, if it starts with ~, then it is in resolve the path in the node_modules, otherwise it resolves to the current process current working directory.",
"static": "~p3x-redis-ui-material/dist"
}
}
11 changes: 9 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
"reponame": "redis-ui"
},
"main": "src/index.js",
"bin": {
"p3x-redis": "./bin/p3x-redis.js"
},
"scripts": {
"test": "grunt"
},
Expand Down Expand Up @@ -41,5 +44,9 @@
"engines": {
"node": ">=8.11.4"
},
"homepage": "https://pages.corifeus.com/redis-ui"
}
"homepage": "https://pages.corifeus.com/redis-ui",
"dependencies": {
"p3x-redis-ui-material": "^2018.9.8-8",
"p3x-redis-ui-server": "^2018.9.8-7"
}
}

0 comments on commit 0aae5ad

Please sign in to comment.