Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can setup your local environment following different approaches.
### Approach #1: without Verboice nor Nuntium
If you don't need to connect to Verboice nor Nuntium, you can move forward with this setup.

1. You need to use [dockerdev](https://github.com/waj/dockerdev) to access the web app at `app.surveda.lvh.me` and ngrok at `ngrok.surveda.lvh.me`. Just follow the project's readme. **WARNING:** You should install `dockerdev` _before_ creating your stack's network in Docker. If you have already run `./dev-setup.sh`, you may want to run `docker compose down -v` to **delete every container, data and other artifacts** from the project and start from scratch _after_ running `dockerdev`.
1. You need to use [dockerdev](https://github.com/manastech/dockerdev) to access the web app at `app.surveda.lvh.me` and ngrok at `ngrok.surveda.lvh.me`. Just follow the project's readme. **WARNING:** You should install `dockerdev` _before_ creating your stack's network in Docker. If you have already run `./dev-setup.sh`, you may want to run `docker compose down -v` to **delete every container, data and other artifacts** from the project and start from scratch _after_ running `dockerdev`.
2. Clone this repository.
3. In the project's root, execute `./dev-setup.sh`.
4. Start the app with `docker compose up`.
Expand Down
2 changes: 1 addition & 1 deletion docs/dev-setup-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This guide describes the steps needed to have a development environment that wil
* Verboice for making phone calls: https://verboice-stg.instedd.org
* Nuntium for sending and receiving https://nuntium-stg.instedd.org

1. Install [dockerdev](https://github.com/waj/dockerdev)
1. Install [dockerdev](https://github.com/manastech/dockerdev)
2. Checkout the project
3. Execute `$ ./dev-setup.sh`
4. `$ docker compose up ngrok`
Expand Down
4 changes: 2 additions & 2 deletions docs/dev-setup-local.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ They can be used from a [cloud installation](dev-setup-cloud.md) or locally as w

## Setup

### Install [dockerdev](https://github.com/waj/dockerdev)
### Install [dockerdev](https://github.com/manastech/dockerdev)

This isn't necessary, but installing [dockerdev](https://github.com/waj/dockerdev)
This isn't necessary, but installing [dockerdev](https://github.com/manastech/dockerdev)
will greatly improve your experience, by using the [`*.lvh.me`](https://nickjanetakis.com/blog/ngrok-lvhme-nipio-a-trilogy-for-local-development-and-testing#lvh-me) domain to access
services and for services to talk between themselves.

Expand Down
Loading