Skip to content

jlnwlf/wolflisberg.net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

VM Sandbox for web development

Requirements

  • Docker (or Vagrant - DEPRECATED)
  • VirtualBox
  • An OS compatible with both of them (Windows should work, but not tested yet)
  • An internet connection
  • Some patience...

About

This will do a couple of things:

  • Download and install latest Ubuntu release
  • Download and install latest updates from servers
  • Download and install tools needed to compile and install environment we need to work with.
  • Install and compile:
    • 2 latest Python releases with pyenv (it compiles it from source code, which can be slooooow)
    • Node.js stable release
    • Bower and Grunt (globally)

Installation (Docker)

Just cd into this directory and run:

docker build --force-rm=true -t wolf/wolflisberg.net:latest .

And then run a new container with:

docker run -it -h sandbox wolf/wolflisberg.net:latest

Installation (Vagrant) - DEPRECATED

Just cd into this directory and run:

vagrant up

...then wait (like...forever) for the compilation to end and:

vagrant ssh

to connect to your new local dev server

About

My personal, mostly static, website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published