-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove mount-s3, add tests, fix DAILY configuration
- Loading branch information
1 parent
fba79a4
commit b2e367e
Showing
12 changed files
with
168 additions
and
151 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
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
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
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 |
---|---|---|
@@ -1,55 +1,11 @@ | ||
# Install Instructions for ngen-datastream | ||
These steps are provided [scripted](#scripts) or [step-by-step](#step-by-step). Note some steps are specific to either `x86` or `aarch64` | ||
|
||
## Prerequisites | ||
* Linux OS | ||
* Docker | ||
* git | ||
|
||
These instructions assume launching an instance from a blank Amazon 2023 Linux image. Steps may vary depending on your specific linux distribution. | ||
|
||
## Scripted | ||
1) Clone this repository | ||
``` | ||
git clone https://github.com/CIROH-UA/ngen-datastream.git | ||
``` | ||
2) Execute the startup script | ||
``` | ||
cd ngen-datastream && ./scripts/install.sh | ||
``` | ||
`aws_configure` if you intend to mount an s3 bucket or reference a bucket in the configuration. | ||
|
||
You're ready to run ngen-datastream! | ||
|
||
## Step-by-step | ||
`$USER=($whomami)` | ||
|
||
For `x86`, `PKG_MNGR="dnf"` | ||
|
||
For `aarch64`, `PKG_MNGR="yum"` | ||
|
||
1) Update package manager and install packages | ||
``` | ||
sudo $PKG_MNGR update -y | ||
sudo $PKG_MNGR install git pip python pigz awscli -y | ||
``` | ||
`x86` : `sudo $PKG_MNGR update -y | ||
sudo $PKG_MNGR install dnf-plugins-core -y` | ||
|
||
2) install packages from internet | ||
|
||
`x86` : `curl -L -O https://s3.amazonaws.com/mountpoint-s3-release/latest/x86_64/mount-s3.rpm` | ||
|
||
`aarch64` : `curl -L -O https://s3.amazonaws.com/mountpoint-s3-release/latest/arm64/mount-s3.rpm` | ||
``` | ||
sudo dnf update -y | ||
sudo dnf ./mount-s3.rpm | ||
``` | ||
3) clone this repository | ||
``` | ||
git clone https://github.com/CIROH-UA/ngen-datastream.git | ||
``` | ||
`aws_configure` if you intend to mount an s3 bucket or reference a bucket in the configuration. | ||
|
||
You're ready to run ngen-datastream! | ||
To run ngen-datastream, clone this repository onto a linux machine and make sure the packages below are installed. | ||
|
||
## Required Packages | ||
* docker | ||
* git | ||
* pip | ||
* python>=3.9 | ||
* pigz | ||
* awscli | ||
* [hfsubset](https://github.com/lynker-spatial/hfsubsetCLI) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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
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
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
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
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
Oops, something went wrong.