Skip to content

belgianpolice/openpolice-vagrant

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Building the box

    $ vagrant up

Repackaging the box

Run purge.sh to reduce the VM size:

$ sudo purge.sh

Ensure the police database is removed:

$ mysqladmin -uroot -proot drop 9999

Create the package:

$ vagrant package --output=belgianpolice.box --vagrantfile Vagrantfile.pkg 

To test the new package locally, remove your current box and setup the local version:

$ vagrant box remove belgianpolice/box
$ vagrant box add /path/to/belgianpolice.box --name=belgianpolice/box

Go to your Belgian Police Internet Platform clone and test:

$ cd /path/to/internet-platform
$ vagrant destroy # if you've created the box before
$ vagrant up

Share your box using Vagrant Cloud!

Packages

No packages published

Languages

  • Puppet 41.7%
  • Ruby 41.5%
  • Shell 9.1%
  • Perl 4.1%
  • HTML 2.5%
  • PHP 1.0%
  • Pascal 0.1%