update README and branch with v1
This commit is contained in:
parent
2299af2b01
commit
4f221be940
18
README.md
18
README.md
|
@ -4,11 +4,27 @@ walnut
|
||||||
Small, light, and secure iot application framework.
|
Small, light, and secure iot application framework.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
curl https://git.daplie.com/Daplie/daplie-snippets/raw/master/install.sh | bash
|
curl https://daplie.me/install-scripts | bash
|
||||||
|
|
||||||
daplie-install-cloud
|
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
|
Features
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -199,7 +199,7 @@ install_uninstaller()
|
||||||
dap_dl_bash "https://git.daplie.com/coolaj86/node-install-script/raw/master/setup-min.sh"
|
dap_dl_bash "https://git.daplie.com/coolaj86/node-install-script/raw/master/setup-min.sh"
|
||||||
|
|
||||||
# Install
|
# 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_name=walnut
|
||||||
my_app_pkg_name=com.daplie.walnut.web
|
my_app_pkg_name=com.daplie.walnut.web
|
||||||
|
|
Loading…
Reference in New Issue