Skip to content

Commit

Permalink
docs: update docs references to removed 'Getting Started' page
Browse files Browse the repository at this point in the history
  • Loading branch information
spwoodcock committed Oct 14, 2024
1 parent ac0b5d9 commit 9b7e9b6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/dev/Backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ You can also develop on your local machine outside of Docker,
see below.

> NOTE: If you haven't yet downloaded the Repository and
> setup your environment variables, please check the
> [Getting Started](https://github.com/hotosm/fmtm/blob/main/docs/DEV-1-Getting-Started.md)
> wiki page.
> setup your local environment, please check the docs
> [here](../INSTALL.md#setup-your-local-environment).
Now let's get started :thumbsup:

Expand All @@ -29,7 +28,7 @@ URLs defined in the docker-compose file and your env file.
3. From the command line run: `docker-compose pull`.
This will pull the latest container builds from **main** branch.
4. Make sure you have a `.env` file with all required variables, see
[Getting Started](https://github.com/hotosm/fmtm/blob/main/docs/DEV-1.-Getting-Started.md).
[here](../INSTALL.md#2-create-an-env-file).
5. Once everything is pulled, from the command line run:
`docker compose up -d api`
6. If everything goes well you should now be able to
Expand Down

0 comments on commit 9b7e9b6

Please sign in to comment.