Skip to content

zcost/orchestra

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud Orchestration Engine

Easy Installation

Ubuntu

There are easy installation guide when you uses Ubuntu.

  • Install Jeju tools
apt-get update
apt-get -y install python-dev python-pip expect gcc git
pip install jeju --upgrade
  • Install Orchestra from source
jeju -m orchestra.md
  • Install Web Dashboard
cd /opt/orchestra/static
git clone https://github.com/bocabaton/orchestra-ui.git dashboard
  • Update Basic information

After Basic Installation, you needs to update default information for Database.

cd /opt/orchestra/bin
python create_user.py <account> <password>

for example,

cd /opt/orchestra/bin
python create_user.py root 123456

This is an account for Orchetra, not root account of Linux OS. Now you can visit your web dashboard.

http://<your server ip>/static/dashboard

About

Cloud Orchestration Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%