Skip to content

oguya/provision

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is it?

Vagrant + Ansible config for provisioning a virtual machine.

The idea is to do an automated provision a physical machine or a VM using ansible and vagrant.

How do I use it?

See the Setup wiki page for details, but here's a quick-start guide to creating a VM with a default config plus some optional customization:

  1. Install Vagrant
  2. Clone this repo
  3. git clone https://github.com/tunapanda/provision.git
  4. cd provision
  5. (optional) Customize the config
  6. cp localconfig.yml.defaults localconfig.yml
  7. Read the comments in that file and make whatever changes seem appropriate
  8. Provision!
  9. vagrant up
  10. When provisioning completes, follow the instructions printed at the end to add a line to your /etc/hosts file (Windows users will have to figure out how to do this themselves, or just use the server's IP)
  11. Investigate!
  12. Visit the server with your web browser, but note the following: * The search boxes on the portal page don't (yet) work without some manual configuration. See post-provisioning instructions in the setup doc. * The provisioning process starts several background jobs that continue downloading content even after it "completes", so not all content will be there the first time you access the site.

How do I add to it?

See the Extending wiki page.

About

System for provisioning a new virtual machine with Tunapanda Edubuntu

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 58.7%
  • HTML 24.4%
  • JavaScript 12.1%
  • CSS 4.5%
  • Shell 0.2%
  • PHP 0.1%