master
subhra74 2019-07-07 09:19:37 +02:00
parent 5a5f102ad7
commit a8e772f8fe
2 changed files with 13 additions and 0 deletions

10
app/HOW-TO-INSTALL.txt Normal file
View File

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

View File

@ -1,4 +1,7 @@
#/bin/sh
mkdir ~/.easy-web-shell
nohup java -jar ews.jar >$HOME/.easy-web-shell/log.txt 2>&1&