File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 11# /bin/sh
22
33mkdir ~ /.easy-web-shell
4+
45nohup java -jar ews.jar > $HOME /.easy-web-shell/log.txt 2>&1 &
6+
7+
You can’t perform that action at this time.
0 commit comments