Company Logo

Install
Murano Dashboard

. HPrev | Up | Next

Install

  • Superuser privileges is required to install and configure system packages. Let's switch to root account:

    						
    sudo su -
    						
    					
  • Make sure that additional repositories are installed and your system is updated and upgraded. Please check from with steps in the appendix.

  • If there is no openstack dashboard package in your environment install it now with all dependencies. Deleting an Ubuntu theme is an optional step but recommended. In Centos open up the firewall ports for HTTP.

    Note

    Horizon installed by devstack is not capable for a murano installation.

    Ubuntu

    apt-get install memcached libapache2-mod-wsgi openstack-dashboard
    dpkg --purge openstack-dashboard-ubuntu-theme
    					

    CentOS

    yum install make gcc memcached python-memcached \
    mod_wsgi openstack-dashboard python-netaddr.noarch
    #> lokkit -p http:tcp
    #> lokkit -p https:tcp
    						
  • Clone Murano Dashboard repository from the github:

    						
    git clone https://github.com/stackforge/murano-dashboard
    						
    					
  • Stable version one of our releases can be checked out by tag:

    cd murano-dashboard && git checkout 0.4
    					
  • Switch to just created directory and run installation script

    Ubuntu

    						
    sh setup.sh install
    						
    					

    CentOS

    						
    sh setup-centos.sh install
    					   
    					

Prev Up Next
 Home 
  • Contents
  • Search
loading table of contents...
  • General Deployment Steps
    • Prepare A Lab For Murano
      • Lab Requirements
      • Test Your Lab Host Performance
      • Baseline Data
      • Host Optimizations
    • Install OpenStack
  • Install Murano Components
    • Automatic Installation
    • Manual Installation
      • Pre-Requisites
      • Murano API Service
        • Install
        • Configure
        • Run
      • Conductor Service
        • Install
        • Configure
        • Run
      • Murano Repository Service
        • Install
        • Configure
        • Run
      • Murano Dashboard
        • Install
        • Configure
        • Run
      • SSL configuration
        • HTTPS for Murano API
        • SSL for RabbitMQ
        • SSL for Murano Dashboard
  • Building Windows Image
    • Install Required Packages
    • Configure Shared Resource
    • Prerequisites
    • Additional Software
    • Build Windows Image (Automatic Way)
    • Build Windows Image (Manual Way)
    • Upload Image Into Glance
  • Building Linux Image
    • Install Required Packages
    • Build Linux Image
    • Guest VM Linux OS preparation
    • Upload Image Into Glance
  • Troubleshooting
  • Appendix
Search