Git Product home page Git Product logo

vagrant-dev-jekyll's Introduction

Albatross and a Red Jackal

An apache based Vagrant Repository for Jekyll development

Just a vagrant repository for any web developement using a apache stack with Puppet, Vagant and Ruby for Jekyll (GitHub Pages) development.

Specifications

  • ip: "192.168.33.10"
  • provider: "virtualBox"
  • box: "precise64"
  • hostname: "albatross"
  • vb name: "albatross.dev"
  • port: 4000

Requirements

Packages

The configuration for each package is located in their respective folder. The packages included are listed as follows:

  • apache
    • apache2
  • GitHub Pages
    • ruby 2.0.0
    • gem "github-pages"
    • therubyracer

Vagrant Box Installation

    $ vagrant box add precise64 http://files.vagrantup.com/precise64.box

Installation Instructon

  1. Install Virtual Box

  2. Install Vagrant

  3. Install 'precise64' vagrant box

  4. Clone this repository

  5. Create a directory for your developement domain on the same level as this clone

  6. Edit the VirtualHost entry in puppet/modules/vhost/files/site.conf to point to your development domain diectory

  7. Open your hosts files

    • For Linux based development system /etc/hosts
    • For Windows based development system C:\Windows\System32\drivers\etc\hosts
  8. Add the following to your machine host file

    192.168.33.10 albatross.dev

  9. Open a terminal, go to the location of the git repository and boot up the vagrant box

    $ vagrant up

  10. Connect to the vagrant environment

    $ vagrant ssh

  11. cd to the development repository on your vagrant box. Should be a directory under the /vagrant/ directory

  12. Move the main Gemfile to your repository

    $ mv /vagrant/Gemfile .

  13. Install the gems in the Gemfile

    $ bundle install

  14. Create a new jekyll site in your directory

    $ jekyll new . --force

  15. Start up the jekyll server

    $ jekyll serve --host 0.0.0.0

And that is it! Your jekyll server should be active on port 4000

Credits

vagrant-dev-jekyll's People

Contributors

nomadyus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.