Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Once you already have everything setup for the app, you can simply run `vagrant
### Daemons
There are VMs for both, the old and the new, daemons configured. They do not start automatically. You can start them using `vagrant up daemon` (for the nodejs one) and `vagrant up wings` (the golang one).

#### Wings
Example Wings startup:
```
sudo /path/to/wings --debug --config=/path/to/config.yml
```

### Updating /etc/hosts
On your first run, and whenever the hostnames change, you'll have to run `vagrant hostmanager app --provider docker` to update your /etc/hosts file.

Expand All @@ -34,4 +40,4 @@ A `vagrant.config.yml` can be used to configure the following properties of the
wings: # the VM used for wings
cpus: 2
memory: 2048
```
```