-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,18 +25,19 @@ First, `cd` into your preferred path `/my/path` and clone the repository. | |
git clone [email protected]:CHIMEFRB/voe.git | ||
``` | ||
|
||
Now, install `poetry` with | ||
Now, move into the repo: | ||
|
||
``` | ||
pip install poetry | ||
cd voe | ||
``` | ||
|
||
Then install the requirements using `poetry` by running the following in the top-level folder where the `poetry.lock` file is found. | ||
And build the docker container and initialize the servers and database: | ||
|
||
``` | ||
poetry install | ||
docker compose build | ||
``` | ||
|
||
|
||
# Getting Started | ||
|
||
## Registering on the TNS | ||
|