https://github.com/zhs007/jarvissh
jarvis shell node
https://github.com/zhs007/jarvissh
Last synced: 14 days ago
JSON representation
jarvis shell node
- Host: GitHub
- URL: https://github.com/zhs007/jarvissh
- Owner: zhs007
- License: apache-2.0
- Created: 2018-08-04T03:12:23.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T05:47:48.000Z (over 5 years ago)
- Last Synced: 2025-01-03T18:46:33.689Z (over 1 year ago)
- Language: CSS
- Size: 721 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jarvissh
[](https://travis-ci.org/zhs007/jarvissh)
jarvis shell node
### Install
```
wget https://github.com/zhs007/jarvissh/releases/download/v0.2.91/jarvissh.tar.gz
tar zxvf jarvissh.tar.gz
```
### Run Jarvissh With Docker
```
git clone https://github.com/zhs007/jarvissh.git
docker build -t jarvissh ./jarvissh/
sudo docker run -d --name jarvissh --rm -p 7788:7788 -v $PWD:/home/jarvissh/data jarvissh
```
However, using with ``Docker``, you will not provision service resources through jarvis.
### Run Jarvissh Deamon
```
./jarvissh start -d
```
### Stop Jarvissh Deamon
```
./jarvissh stop
```
### Restart Jarvissh Deamon
```
./jarvissh restart -d
```