Skip to content

mmroden/kiwix_ops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kiwix Ops

A repo for setting up a build machine for building kiwix offliner programs.

To set up the VM, once you've downloaded the git repo, you need to run once:

sudo apt-get install -y vagrant virtualbox

Then:

vagrant up

To log in to the virtual machine:

vagrant ssh

If you want to edit the way in which the VM is provisioned, edit provision.sh and then run

vagrant provision

If you're thinking that the VM has become corrupted, wipe it by

vagrant halt; vagrant destroy

And restart as above.

Files in the same directory as the Vagrantfile and the provision.sh file appear in the /vagrant directory in the virtual machine.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages