Create appliance/readme_deploy.txt
Browse files- appliance/readme_deploy.txt +21 -0
appliance/readme_deploy.txt
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
SOVEREIGN — OFFLINE APPLIANCE INSTALL GUIDE
|
| 2 |
+
|
| 3 |
+
1) Extract the bundle
|
| 4 |
+
tar -xzf sovereign-appliance-offline.tgz
|
| 5 |
+
cd sovereign-appliance-offline
|
| 6 |
+
|
| 7 |
+
2) Verify integrity (optional)
|
| 8 |
+
./verify.sh
|
| 9 |
+
|
| 10 |
+
3) Install and start
|
| 11 |
+
./install.sh
|
| 12 |
+
|
| 13 |
+
4) Post-install self-test
|
| 14 |
+
./post_install_selftest.sh
|
| 15 |
+
|
| 16 |
+
Access:
|
| 17 |
+
http://localhost:7860
|
| 18 |
+
|
| 19 |
+
Notes:
|
| 20 |
+
- No internet connection required after receiving the bundle
|
| 21 |
+
- Designed for enterprise, bank, and government environments
|