Skip to content

Commit a8e772f

Browse files
author
subhra74
committed
rename
1 parent 5a5f102 commit a8e772f

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

app/HOW-TO-INSTALL.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
1. Install java and make sure java is in PATH
2+
2. Download the binary archive from https://github.com/subhra74/easy-cloud-shell/releases
3+
3. Extract the archive to a suitable location and switch to that directory
4+
4. Make file executable with chmod if required
5+
5. Run ./start-ews.sh (For security reasons do not use root user)
6+
6. Open recent version on Chrome or Firefox and visit https://[your ip address]:8055/ or, on local machine use https://localhost:8055/
7+
7. Ignore any certificate error, appeared due to newly created self signed certificate by easy cloud shell.
8+
8. Initial credential: admin/admin
9+
Please change default username and password from Settings tab in the app.
10+
Also you can change default port by setting environment variable server.port=<any port number>

app/start-ews.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
#/bin/sh
22

33
mkdir ~/.easy-web-shell
4+
45
nohup java -jar ews.jar >$HOME/.easy-web-shell/log.txt 2>&1&
6+
7+

0 commit comments

Comments
 (0)