forked from statgen/gotcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.txt
48 lines (28 loc) · 1.56 KB
/
INSTALL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Installing GotCloud
The complete installation consists of these packages
gotcloud-test - test files
hs37-db132.tar.gz - reference files of possible interest
gotcloud-bin - aligner and umake executables
Note that the reference package name will vary based on the desired reference.
Packages exist for Ubuntu (lucid and precise compatible) and in time
packages will be made available for Redhat/CentOS. These packages
require root authority to install everything in /usr/local/gotcloud.
In time a large compressed tar file will be provided so non-root
users can install GotCloud in their HOME directories.
You may find it convenient to provide a symlink for your users so the keys scripts
are in the normal user's PATH. E.g.
ln -s /usr/local/gotcloud/bin/gotcloud /usr/local/bin/gotcloud
These tools have been developed and tested extensively on Ubuntu
installations, although we expect they will run on other Unix distributions
as long as the binaries are compiled for the target system.
Dependencies - not forced by the packages, but actually required for a successful run.
Ubuntu Lucid or Precise
java-common default-jre make libssl0.9.8
RedHat / CentOS
to be provided
A complete test is available and you are encouraged to run it once,
just to prove everything is correct. Run the test case with
/usr/local/gotcloud/bin/gotcloud test
The first will take about 2 minutes, the second about 10 minutes. Both
are self checking. Errors will be reported and it will be obvious that
the test failed or was successful.