summaryrefslogtreecommitdiffstats
path: root/docs/FAQ/how-to-deploy-without-internet-access.rst
diff options
context:
space:
mode:
authorshuai chen <chenshuai@huawei.com>2016-10-27 00:43:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2016-10-27 00:43:38 +0000
commit673651d92c4d5063cbc04c954d6cb75a91b6601c (patch)
tree0f809c526eb6e4457756ac8c773859f17ddecde8 /docs/FAQ/how-to-deploy-without-internet-access.rst
parent2d5b70b606c0a7caeb75ead6d8a9d6efce00c389 (diff)
parentf2316b4cb6fd1b8cb23fb5b3f429fba80c2ff4fb (diff)
Merge "Adjusted the FAQ structure"
Diffstat (limited to 'docs/FAQ/how-to-deploy-without-internet-access.rst')
-rw-r--r--docs/FAQ/how-to-deploy-without-internet-access.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/FAQ/how-to-deploy-without-internet-access.rst b/docs/FAQ/how-to-deploy-without-internet-access.rst
index 6bfcb3de..e91f110b 100644
--- a/docs/FAQ/how-to-deploy-without-internet-access.rst
+++ b/docs/FAQ/how-to-deploy-without-internet-access.rst
@@ -6,13 +6,12 @@ How to deploy without internet access
If you have created your own ISO file(compass.iso), you realy could deploy without internet access,
edit "compass4nfv/deploy/conf/base.conf" file and assign item ISO_URL as your local ISO file path
(export ISO_URL=file:///compass4nfv/work/building/compass.iso).
-Then execute "compass4nfv/deploy.sh" and Compass4nfv could deploy with local compass.iso without internet access.
-
+Then execute "compass4nfv/deploy.sh" and Compass4nfv could deploy with local compass.iso without
+internet access.
Also you can download compass.iso first from OPNFV artifacts repository
(http://artifacts.opnfv.org/, search compass4nfv and select an appropriate ISO file) via wget or curl.
-After this, edit "compass4nfv/deploy/conf/base.conf" file and assign item ISO_URL as your local ISO file path.
-Then execute "compass4nfv/deploy.sh" and Compass4nfv could deploy with local compass.iso without internet access.
-
-
+After this, edit "compass4nfv/deploy/conf/base.conf" file and assign item ISO_URL as your local ISO file
+path.Then execute "compass4nfv/deploy.sh" and Compass4nfv could deploy with local compass.iso without
+internet access.