Skip to content

Commit

Permalink
Updated ngiabprerequisite.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arpita0911patel authored May 20, 2024
1 parent 7dba8ad commit 86fa34e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions docs/products/nextgeninaboxDocker/ngiabprerequisite.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ This section guides you through downloading and preparing the sample input data

## Step 1: Create Project Directory

- **Linux/Mac:** Open your terminal and go to your desired folder where you want to checkout repo and ngen-data folder and run the following commands:
- **Linux/Mac users:** Open your terminal and go to your desired folder where you want to checkout repo and ngen-data folder and run the following commands:
```bash
mkdir -p NextGen/ngen-data
```

```bash
cd NextGen/ngen-data
```
- **WSL (Right click and run as Admin):** Open WSL with administrator privileges and execute:
- **Windows users: WSL (Right click and run as Admin):** Open WSL with administrator privileges and execute:
```bash
cd /mnt/c/Users/<Folder>
```
Expand All @@ -75,11 +75,11 @@ wget --no-parent https://ciroh-ua-ngen-data.s3.us-east-2.amazonaws.com/AWI-006/A
```bash
tar -xf AWI_16_2853886_006.tar.gz
```
### Below is Optional: Rename the folder
### Rename the folder
```bash
mv AWI_16_2853886_006 my_data
```
Now you have successfully downloaded and prepared the sample input data in the NextGen/ngen-data directory. Remember to replace "my_data" with your preferred folder name if you choose to rename it.
Now you have successfully downloaded and prepared the sample input data in the NextGen/ngen-data directory.

## Step 4: Pull images
- **For Mac**:
Expand All @@ -96,3 +96,6 @@ Now you have successfully downloaded and prepared the sample input data in the N
docker pull awiciroh/tethys-ngiab:main
```

NOTE:
For DevCon24: Rest of the steps will be covered during the workshop

0 comments on commit 86fa34e

Please sign in to comment.