8000 GitHub - tamtran-agilityio/practice
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tamtran-agilityio/practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

practice

Getting Started

sudo apt-get install git

Setup

Install:

  1. Installing Virtualbox:
$ sudo apt-get install virtualbox
  1. Installing Vagrant:
$ sudo apt-get install vagrant
  1. Getting vagrant machine up:
$ vagrant box add hashicorp/precise32
  1. Configure Project:
$ mkdir vagrant_project
$ cd vagrant_project
$ vagrant init
  1. Edit the Vagrantfile in this directory and replace
config.vm.box = "hashicorp/precise32"

Start Server to run DOCPAD:

vagrant ssh
cd /docpad
docpad run
docpad install sass
docpad install jade

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0