
The default target no longer builds and installs the plugin. Getting started should explain how to install. Change-Id: Icdefd28c7822a9ace4ef15b478c51e77bc1e3ad8
650 B
650 B
Octant Airship UI Plugin
A plugin built for use with Octant to manage declarative infrastructure using Airship.
Prerequisites
Getting Started
git clone https://opendev.org/airship/airshipui
cd airshipui
make install-plugins
make install-plugins
builds and installs the plugin to
$HOME/.config/octant/plugin/
.
The next time Octant is run it will include plugins in the above directory. Further information for running Octant can be found in the Octant Repo.
If you would like to just build the plugin use make
.