Add install_env.sh to install environmental dependencies#15
Conversation
…nctional, but not finished.
dchassin
left a comment
There was a problem hiding this comment.
The README file is confusing because it does not clearly distinguish between environment setup and installation of cli itself. Please clarify that install.sh still installs the code but does not setup the environment, while install_env.sh sets up the environment for the cli to run (and maybe should be called setup.sh instead)
Code change
Documentation changesOpenFIDO Command Line Interface (CLI)InstallationTo install the OpenFIDO CLI, enter the following command at the command prompt: Setup environmentIf or you can use shell command with options: Setup options
support platfrom
Install CLIThis program needs to run inside the Install the |
|
Centos:8 is dead. Long live oraclelinux. |
|
@catzzz, there are still a number of problems with this PR. I'm still confused about the objective of this PR. I thought the purpose was to add The rest of the changes still seem unrelated to this objective and should be part of one or more new PRs to address developer instructions and options we can review separately at a more leisurely pace. The
|
This PR adds install_env.sh to fix #1 and #8.
The
install_env.shis modified from[slacgismo/gridlabd/install.sh](https://github.com/slacgismo/gridlabd/blob/master/install.sh)Current issues
None
Code changes
Documentation changes
To install the OpenFIDO CLI, enter the following command at the command prompt:
1). This repository runs under
dockercontainer. Please make sure you havedockerinstalled and havedocker serverrun. For docker installation, please checkhttps://docs.docker.com/get-docker/for detail.2). Install enviromental dependencies.
Options
-h|--help Print this helpful output--info Print information about this install-v|--verbose Run showing log output-s|--silent Run without showing commands-f|--force Force install into existing target folder--no-setup Perform system setupsupport OS
sudo export PATH=/usr/local/bin:$PATHfirst to setup the PATH.3). make install.
Test and Validation Notes
None