catapult

module
v0.0.0-...-b39efbf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 20, 2020 License: Apache-2.0

README

Catapult

Catapult aims to provide a somewhat full-featured management system to manage firecracker VMs.

Prerequisites

You need to have postgresql installed, and a db.toml file configured in a way that points to it.

Create a user

  create user catapult password 'catapult';

Create a database

  create database catapult owner catapult template template0
encoding 'UTF8' lc_collate 'en_US.UTF-8' lc_ctype 'en_US.UTF-8';

Install pgcrypto extention in our database

  \c catapult
  CREATE EXTENSION "pgcrypto";

Run

  mv db.example.toml db.toml # Only if you run a local pg server
  ./catapult migrate init # Only on first run
  ./catapult migrate
  ./catapult serve

FAQ

Will we succeed?

Unclear at the moment. Only time will tell.

Directories

Path Synopsis
cmd
internal
pkg
api
rpc

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL