Skip to content

Commit

Permalink
fix for posix install and post_install guides
Browse files Browse the repository at this point in the history
  • Loading branch information
jreadey committed Feb 7, 2022
1 parent 9580125 commit e0b7321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docker_install_posix.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Export environment variables as shown in "Sample .bashrc" below.
13. Create the file **admin/config/override.yml** for deployment specific settings (see "Sample override.yml")
14. Start the service `$./runall.sh <n>` where n is the number of containers desired (defaults to 1)
15. Run `$ docker ps` and verify that the containers are running: hsds_head, hsds_sn_[1-n], hsds_dn_[1-n]
16. Go to <http://hsds.hdf.test/about> and verify that "cluster_state" is "READY" (might need to give it a minute or two)
16. Go to <http://hsds.hdf.test:5101/about> and verify that "state" is "READY" (might need to give it a minute or two)
17. Perform post install configuration. See: [Post Install Configuration](post_install.md)


Expand Down
2 changes: 1 addition & 1 deletion docs/post_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To set up folders in this fashion, follow the following steps:

1. Install h5py: `$ pip install h5py`
2. Install h5pyd (Python client SDK): `$ pip install h5pyd`
3. Run `$ hsconfigure`. Answer prompts for HSDS endpoint, username, and password. These will become the defaults for hs commands and the h5pyd package
3. Run `$ hsconfigure`. Answer prompts for HSDS endpoint, username, and password. Leave the prompt for API_KEY empty. These will become the defaults for hs commands and the h5pyd package
4. Create a top-level home folder if one does not already exists: `$ hstouch -u admin -p <admin_passwd> /home/`
5. Setup home folders for each username that will need to create domains: `$ hstouch -u admin -p <admin_passd> -o <username> /home/<username>/`
6. Run HSDS integration tests, and/or h5pyd tests if desired. See the relevant sections below
Expand Down

0 comments on commit e0b7321

Please sign in to comment.