Skip to content

Commit 95128ba

Browse files
author
Kim Brugger
committed
changed the documentation to reflect the version 1.0,0
1 parent 1003c29 commit 95128ba

File tree

3 files changed

+4
-14
lines changed

3 files changed

+4
-14
lines changed

docs/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ source path-of-virtual-environment/bin/activate
2626
source path-of-virtual-environment/bin/activate.csh
2727

2828
#download ehos. (requires wget)
29-
wget https://github.com/elixir-no-nels/ehos-python/archive/v0.1.0-rc2.tar.gz
30-
tar zxvf v1.0.0-rc2.tar.gz --strip 1
29+
wget https://github.com/elixir-no-nels/ehos-python/archive/v1.0.0.tar.gz
30+
tar zxvf v1.0.0.tar.gz --strip 1
3131

3232
# install requirements:
3333
pip install -r requirements.txt

docs/quick_start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ source bin/activate
6363
source bin/activate.csh
6464

6565
# install ehos v1.0.0-rc2 along with various requirements:
66-
pip install git+https://github.com/elixir-no-nels/ehos-python/@v1.0.0-rc2
66+
pip install git+https://github.com/elixir-no-nels/ehos-python.git
6767

6868
# Create a config file based on an existing openstack keystone file
6969
./bin/ehos_create_config.py etc/ehos/ehos.yaml.template ~/[KEYSTONE-FILE]

share/master.yaml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ write_files:
4242
SEC_PASSWORD_FILE = $(LOCK)/pool_password
4343
SEC_DEFAULT_AUTHENTICATION = REQUIRED
4444
SEC_DEFAULT_AUTHENTICATION_METHODS = FS, PASSWORD
45-
#ALLOW_DAEMON = condor_pool@$(UID_DOMAIN)
4645
4746
NEGOTIATOR_INTERVAL = 5
4847
owner: root:root
@@ -55,17 +54,8 @@ runcmd:
5554

5655
- dhclient # because the DNS server at uh-cloud is sometimes broken...
5756
- systemctl enable condor
58-
#- systemctl start condor
5957

60-
#- yum install -y epel-release
61-
#- yum -y groupinstall "development tools"
62-
## some editors and tools we need
63-
#- yum install -y vim nano wget lvm2 squashfs-tools python34 python34-pip python-pip autofs
64-
#- yum install -y python-devel libarchive-devel yum-utils device-mapper-persistent-data
65-
66-
- pip3 install --prefix /usr/local/ git+https://github.com/elixir-no-nels/ehos-python.git@v1.0.0-rc2
67-
# - systemctl enable ehos
68-
# - systemctl start ehos
58+
- pip3 install --prefix /usr/local/ git+https://github.com/elixir-no-nels/ehos-python.git
6959

7060

7161
final_message: "The EHOS vm is up after $UPTIME seconds"

0 commit comments

Comments
 (0)