update README and branch with v1

This commit is contained in:
AJ ONeal 2017-05-31 00:55:32 +00:00
parent 2299af2b01
commit 4f221be940
2 changed files with 18 additions and 2 deletions

View File

@ -4,11 +4,27 @@ walnut
Small, light, and secure iot application framework.
```bash
curl https://git.daplie.com/Daplie/daplie-snippets/raw/master/install.sh | bash
curl https://daplie.me/install-scripts | bash
daplie-install-cloud
```
If the pretty url isn't working, for whatever reason, you also try the direct one
```bash
# curl https://git.daplie.com/Daplie/daplie-snippets/raw/master/install.sh | bash
# daplie-install-cloud
```
You could also, of course, try installing from the repository directly
(especially if you have goldilocks or some similar already installed)
```bash
mkdir -p /srv/walnut/
git clone git@git.daplie.com:Daplie/walnut.js.git /srv/walnut/core
bash /srv/walnut/core/install.sh
```
Features
------

View File

@ -199,7 +199,7 @@ install_uninstaller()
dap_dl_bash "https://git.daplie.com/coolaj86/node-install-script/raw/master/setup-min.sh"
# Install
# npm install -g 'git+https://git@git.daplie.com/Daplie/walnut.js.git#fs-nosql'
# npm install -g 'git+https://git@git.daplie.com/Daplie/walnut.js.git#v1'
my_app_name=walnut
my_app_pkg_name=com.daplie.walnut.web