Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlord committed Nov 10, 2023
1 parent d7b428a commit 6f52ecc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The code in this repository runs an engine, but the engine needs content! Here a
1. Clone this repo: `git clone [email protected]:GEO-BON/bon-in-a-box-pipeline-engine.git pipeline-engine`
2. `cd pipeline engine`
3. Clone the BON in a Box repo (or any compatible repo of your choice) **into the pipeline-repo folder**: `git clone [email protected]:GEO-BON/bon-in-a-box-pipelines.git pipeline-repo`
4. Create a runner.env file as per user instructions.
4. Create a runner.env file as per [user instructions](README-user.md#running-the-servers-locally).
5. `cd ..`
6. Pull the pre-compiled images: `./dev-server pull`
7. Build the remaining images: `./dev-server build`
Expand Down
2 changes: 1 addition & 1 deletion README-user.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ When modifying pipelines in the /pipelines folder, servers do not need to be res
## Running the servers remotely
1. Run the [ansible playbook](https://github.com/GEO-BON/biab-server/tree/main/ansible)
2. Create a runner.env file on the server, as above.
2. Create a `runner.env` file on the server, as above.
3. `./server-up.sh`
## Running a script or pipeline
Expand Down

0 comments on commit 6f52ecc

Please sign in to comment.