Skip to content

AlekNS/tinyenvsvc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Environment Service

Installation

Vagrant

Works in the OS console (terminal).

Pre-requisites

  1. Vagrant and VirtaulBox.

Installation

  1. $ vagrant plugin install vagrant-vbguest to install VM guest tools.
  2. $ vagrant up
  3. Wait, until it's finished. On successfully end it's displayed "Ready. Enjoy!"

Run

Go to the url in your browser: http://192.168.10.112:8080

Docker

Pre-requisites

  1. Docker
  2. Docker Compose

Installation

  1. $ docker-compose up -d
  2. Wait, until it's finished. On successfully end it's displayed "Ready. Enjoy!"

Run

Go to the url in your browser: http://localhost:18080/

Troubleshooting