From 845bd36280558deae4ebc7ab7528ec3127880a21 Mon Sep 17 00:00:00 2001 From: aquarium Date: Wed, 16 Oct 2019 00:29:02 -0400 Subject: [PATCH 1/3] Updated to reflect change to default .env.example --- docs/installation/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/local.md b/docs/installation/local.md index e426ab059de..a1e7140aa82 100644 --- a/docs/installation/local.md +++ b/docs/installation/local.md @@ -34,7 +34,7 @@ brew reinstall gettext brew link --force gettext ``` -- By default, the `.env.example` file specifies the `API_HOST` as `localhost:5000` and assumes, that the [open-event-server](https://github.com/fossasia/open-event-server) is already up and running. If you intend to work on issues which involve both the frontend, and the backend, please install and set it up first before proceeding to run the frontend. **If however, you intend to work on just the frontend, please change the URL for `API_HOST` to `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server.** +- By default, the `.env.example` file specifies the `API_HOST` as `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server. **If however, you intend to work on issues which involve both the frontend and the backend, you must have the [open-event-server](https://github.com/fossasia/open-event-server) already up and running. Please install and set it up first before changing the URL for `API_HOST` to `localhost:5000` and proceeding to run the frontent.** ## Running / Development * `ember serve` From 2ed9072c70c579afbbd93b62456df1d2f7bcca08 Mon Sep 17 00:00:00 2001 From: aquarium Date: Wed, 16 Oct 2019 00:31:15 -0400 Subject: [PATCH 2/3] Added clarifying sentence --- docs/installation/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/local.md b/docs/installation/local.md index a1e7140aa82..8e8ac13c8bc 100644 --- a/docs/installation/local.md +++ b/docs/installation/local.md @@ -34,7 +34,7 @@ brew reinstall gettext brew link --force gettext ``` -- By default, the `.env.example` file specifies the `API_HOST` as `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server. **If however, you intend to work on issues which involve both the frontend and the backend, you must have the [open-event-server](https://github.com/fossasia/open-event-server) already up and running. Please install and set it up first before changing the URL for `API_HOST` to `localhost:5000` and proceeding to run the frontent.** +- By default, the `.env.example` file specifies the `API_HOST` as `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server. If you intend to work on just the frontend, this is sufficient. **If however, you intend to work on issues which involve both the frontend and the backend, you must have the [open-event-server](https://github.com/fossasia/open-event-server) already up and running. Please install and set it up first before changing the URL for `API_HOST` to `localhost:5000` and proceeding to run the frontent.** ## Running / Development * `ember serve` From b54301bbad87e9c5b9a4e2b70bb8ba9282651ae5 Mon Sep 17 00:00:00 2001 From: aquarium Date: Wed, 16 Oct 2019 18:58:08 -0400 Subject: [PATCH 3/3] Fix typo in local installation docs --- docs/installation/local.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/local.md b/docs/installation/local.md index 8e8ac13c8bc..bcb674af1a8 100644 --- a/docs/installation/local.md +++ b/docs/installation/local.md @@ -34,7 +34,7 @@ brew reinstall gettext brew link --force gettext ``` -- By default, the `.env.example` file specifies the `API_HOST` as `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server. If you intend to work on just the frontend, this is sufficient. **If however, you intend to work on issues which involve both the frontend and the backend, you must have the [open-event-server](https://github.com/fossasia/open-event-server) already up and running. Please install and set it up first before changing the URL for `API_HOST` to `localhost:5000` and proceeding to run the frontent.** +- By default, the `.env.example` file specifies the `API_HOST` as `https://open-event-api-dev.herokuapp.com` which is a test deployment of the open-event-server. If you intend to work on just the frontend, this is sufficient. **If however, you intend to work on issues which involve both the frontend and the backend, you must have the [open-event-server](https://github.com/fossasia/open-event-server) already up and running. Please install and set it up first before changing the URL for `API_HOST` to `localhost:5000` and proceeding to run the frontend.** ## Running / Development * `ember serve`