Skip to content

CivCloud: Getting Started

James Lott edited this page Aug 4, 2020 · 3 revisions

Workspace

The workspace is a common execution environment which provides all of the binaries needed to operate the CivCloud platform. It is defined as a Habitat package (habitat/ops-console).

Requirements

Installation

From within the local repository:

./script/bootstrap

To update the workspace package to the latest version:

./script/update

Usage

The ops-console workspace can be run either interactively or non-interactively.

  • Interactive: ./script/console
  • Non-interactive: ./script/console <cmd>

The console script simply executes the bash executable installed by the ops-console package with all the associated habitat environment. The console executes in the host linux environment as the running user in the running namespace within the current working directory. It essentially overlays the running bash shell of the running user.

Clone this wiki locally