Changes between Version 32 and Version 33 of GIR3.2_EnterpriseGENI


Ignore:
Timestamp:
09/27/11 15:32:54 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_EnterpriseGENI

    v32 v33  
    7171Issues found, captured in [attachment:"Feedback-Flowvisor0.8.1.2.txt" email]. (and bugs?)
    7272
     73== Expedient Installation ==
     74Installed Expedient using the git repository instructions found in the [http://yuba.stanford.edu/~jnaous/expedient/docs/admin/install.html#admin-git-install-repo Checkout Repository] section of the [http://yuba.stanford.edu/~jnaous/expedient/docs/admin/install.html Installing Expedient] page, but first had to install pre-requisites:
     75{{{
     76  $ sudo apt-get install python-2.6
     77  $ sudo apt-get install xmlsec1
     78  $ sudo apt-get install libxmlsec1-devel
     79  $ sudo apt-get install python-setuptools
     80  $ sudo apt-get install python-django
     81  $ sudo apt-get install python-django-registration
     82  $ sudo apt-get install python-decorator
     83  $ sudo apt-get install m2crypto
     84  $ sudo apt-get install python-imaging (PIL)
     85  $ sudo apt-get install python-dateutil
     86  $ sudo apt-get install python-crypto
     87  $ sudo apt-get install python-paramiko
     88  $ sudo apt-get install python-webob           
     89  $ sudo apt-get install python-OpenSSL
     90  $ sudo apt-get install python-pyquery
     91  $ sudo apt-get install sphinxsearch
     92  $ sudo apt-get install python-pygments
     93  $ sudo apt-get install libxslt-dev   
     94  $ sudo apt-get install python-zsi
     95  $ sudo apt-get install python-mysqldb
     96  $ sudo easy_install django-autoslug
     97  & sudo easy_install django-renderform
     98}}}
     99
     100Checked out the code:
     101{{{
     102  $ git clone git://openflow.org/expedient
     103  $ cd expedient/src/python
     104  $ PYTHONPATH=. python expedient/clearinghouse/bootstrap_local_settings.py expedient/clearinghouse/
     105Traceback (most recent call last):
     106  File "expedient/clearinghouse/bootstrap_local_settings.py", line 10, in <module>
     107    from expedient.clearinghouse.commands.utils import bootstrap_local_settings
     108  File "/home/lnevers/expedient/src/python/expedient/clearinghouse/commands/utils.py", line 12, in <module>
     109    from expedient.clearinghouse.defaultsettings.django import CONF_DIR
     110  File "/home/lnevers/expedient/src/python/expedient/clearinghouse/defaultsettings/django.py", line 104, in <module>
     111    "TEMPLATE_LOADERS", TEMPLATE_LOADERS, globals())
     112  File "/home/lnevers/expedient/src/python/expedient/clearinghouse/defaultsettings/utils.py", line 31, in append_to_local_setting
     113    import localsettings
     114ImportError: No module named localsettings
     115lnevers@mallorea:~/expedient/src/python$
     116}}}
     117
     118
    73119
    74120