Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.

hcts/bootstrap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bootstrap

Builds a custom Ubuntu installation disk for Moshi, a satellite mail server.

(If you’d like to do something like this yourself, see captain.)

Prerequisites

You’ll need bundler:

gem install bundler

Then, use bundler to install everything else:

bundle install

(If you have mysql trouble, try gem install mysql --version 2.7 -- --with-mysql-config=`which mysql_config`.)

Usage

Pack rubygems for the disk image: (This is necessary for now, but won’t be once I can fix a bug in captain.)

rake rubygems

Build the disk image:

rake

Build a VMware virtual machine to run the installer:

rake vmware

Luanch the VMware virtual machine:

open vm.vmwarevm

About

Custom Ubuntu installation disk for Moshi, a satellite mail server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published