Skip to content

Commit

Permalink
ci: trigger re-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
cazala committed Jan 27, 2022
1 parent 39381d4 commit a274a13
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ contents
```

#Extra Info
If you are usign windows subsystem, you will need to start the postgresql service each time
If you are usign windows subsystem, you will need to start the postgresql service each time

`sudo service postgresql start`

Expand All @@ -77,7 +77,7 @@ First, run all services simultaneously with:

`docker-compose up -d`

`-d or --detach` will run the processes on the background instead of running on the terminal which executed the command.
`-d or --detach` will run the processes on the background instead of running on the terminal which executed the command.
You can ignore this flag if you don't care about it.

Before running the `builder-server`, make sure that the following `.env` variables are set correctly so the services run by docker-compose work as expected.
Expand All @@ -93,3 +93,5 @@ AWS_STORAGE_URL=http://localhost:9000
You can then run the `builder-service` normally as instructed in [RUN](#run)

This method also provides some utilities to facilitate developer experience with a database viewer that can be accessed in http://localhost:8080, as well as an object storage viewer in http://localhost:9001

.

0 comments on commit a274a13

Please sign in to comment.