Skip to content

kennethjiang/ncdemo_wf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

:Installation

:: Prerequisites:
1. Python 2.7+

1. Install git: apt-get update && apt-get install git

2. Install Django and Celery:
  apt-get update
  apt-get install python-pip
  apt-get install python-mysqldb
  pip install django
  pip install -U Celery
  pip install django-celery


3. Install nova_client
  apt-get install -y python-software-properties
  apt-add-repository -y ppa:managedit/openstack
  apt-get update
  apt-get install python-novaclient

4. Configure Django, Celery, Ncdemo
   open settings.py and make adjustment

5. Create database and tables;
   python manage.py syncdb

6. install 'expect'
   apt-get install expect

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published