Skip to content
Vagrant development environment providing freecodecamp users a means to contribute.
Ruby Puppet HTML Pascal
Find file
Pull request Compare This branch is 58 commits behind master.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
provision/puppet
.gitignore
README.md
TODO.md
Vagrantfile

README.md

README

  • This repo is currently incomplete (Updated: 2015-06-05)

Pre-req

  • Install Vagrant
    • Select the OS that you're working with
    • Download and run the installer
  • Install hostmanager vagrant plugin
    • Open a terminal window in which ever OS you're working in
    • Enter the command vagrant plugin install vagrant-hostmanager

Repo Flow

  • Vagrantfile for FreeCodeCamp
    • Vagrant will spin up Ubuntu 14.04 (Trusty)
    • Machine will be provisioned by puppet
    • Puppet:: Node.js
    • Puppet:: MongoDB
    • Puppet:: Tools (Git, Vim, Curl, HTOP)
    • Puppet:: Ruby, G++, Build-Essentials
    • Vagrant will create sync folder
    • Sync:: ./freecodecamp -> /home/fccuser/developer/freecodecamp
Something went wrong with that request. Please try again.