Changes between Version 19 and Version 20 of GENIRacksHome/OpenGENIRacks/InstallationGuideJunoOffline


Ignore:
Timestamp:
10/05/15 14:28:37 (8 years ago)
Author:
rrhain@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIRacksHome/OpenGENIRacks/InstallationGuideJunoOffline

    v19 v20  
    1 = GRAM Offline Installation Guide For Juno Version=
     1= GRAM Offline Installation Guide For Juno Version =
    22
    33
     
    5555
    5656- unpack gram_python.tgz
     57Flask needed this python dependencies and needed to installed with pip in this order.
     58{{{
     59cd /home/gram
     60
     61tar xvzf ARL-PYTHON.tgz  (should get an ARL-PYTHON directory)
     62
     63pip install ./ARL-PYTHON/Werkzeug-0.9.6.tar.gz
     64pip install ./ARL-PYTHON/itsdangerous-0.24.tar.gz
     65pip install ./ARL-PYTHON/Jinja2-2.7.3.tar.gz
     66pip install ./ARL-PYTHON/Flask-0.10.1.tar.gz
     67
     68}}}
    5769
    58702. '''Continue with the instructions on the wiki:GENIRacksHome/OpenGENIRacks/InstallationGuideJuno'''
     
    6375At this point, OS images must be placed in !OpenStack Glance (the image repository service) to support creation of virtual machines.  Since you are offline you must be able to provide the images via USB or CD.
    6476
    65 ==Notes useful for Offline Installation==
     77== Notes useful for Offline Installation ==
    6678
    6779* To create a tar file for offline Ubuntu installation, follow the instructions on this page [wiki:MakeLocalUbuntuRepo Create Local Ubuntu Repository]