Skip to content

Commit

Permalink
Updated README content
Browse files Browse the repository at this point in the history
  • Loading branch information
jofan committed Jul 24, 2016
1 parent f9b363e commit 0443627
Showing 1 changed file with 51 additions and 1 deletion.
52 changes: 51 additions & 1 deletion README.md
@@ -1,2 +1,52 @@
# fuge-dev-environment
An environment setup for building microservices with Fuge and SenecaJS. Uses Vagrant, Ansible and Docker

__CURRENTLY BEING SETUP! DON'T USE IF YOU SEE THIS MESSAGE__

An environment setup for building microservices with Fuge and SenecaJS. Uses Vagrant, Ansible and Docker.

Will install:

* Ubuntu (hashicorp/precise64 package)
* Git
* Curl
* Anisble
* Docker
* NodeJS 4.17
* Fuge NPM module
* Seneca NPM module

## Requirements

[Vagrant](https://vagrantup.com) should be installed on your machine.

Vagrant in turn requires a VM provider to be installed, e.g. [VirtualBox](https://www.virtualbox.org/)

## Run

```vagrant up```

It'll take a while the first time unless you have the Vagrant box hashicorp/precise64 already setup.

## Starting and Stopping

### Start
```vagrant up``` (It'll take quite a while the first time)

### Stop
```vagrant halt```

### Reload
In case configuration has been changed
```vagrant reload```

## Shell Access

```vagrant ssh```

## Adding Code

Coming

## Destroying
If you want to completely clean up this virtual environment
```vagrant destroy -f```

0 comments on commit 0443627

Please sign in to comment.