Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
guiHive
Commits
40380c8d
Commit
40380c8d
authored
Nov 18, 2015
by
Matthieu Muffato
Browse files
Styled elements of the README
parent
a1e045e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
6 deletions
+14
-6
README.md
README.md
+14
-6
No files found.
README.md
View file @
40380c8d
...
...
@@ -31,8 +31,10 @@ guiHive depends on the following components that need to be installed in your sy
*
URI::Escape
*
HTML::Template
There is a script in the guiHive root directory called "test_dep.pl" that tests all the dependencies. To run it:
There is a script in the guiHive root directory called
`test_dep.pl`
that tests all the dependencies. To run it:
``
$ perl test_dep.pl
``
If you experience problems setting up guiHive you can also follow the tips printed at the end of that script.
#### Compilation
...
...
@@ -40,21 +42,27 @@ If you experience problems setting up guiHive you can also follow the tips print
Once you have all the dependencies installed and up to date follow these steps:
*
Clone the guiHive repository (if you haven't done yet) and cd into it.
$ git clone https://github.com/Ensembl/guiHive
```
$ git clone https://github.com/Ensembl/guiHive
```
*
cd into the "server" folder and build the web server
$ cd guiHive/server
$ go build
```
$ cd guiHive/server
$ go build
```
*
This will create the "server" executable in the current directory
#### Running
*
Execute the server:
$ ./server
```
$ ./server
```
*
Open your preferred browser (check the browser compatibility below first!) and go to the following URL:
127.
0.0.1:8080
http://
127.0.0.1:8080
(Note: The 8080 port is the default one used by guiHive, you can change it when invoking the server executable using the -port option)
You should now be able to connect to your database and start monitoring your pipeline.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment