Skip to content

Commit

Permalink
Add sonatype parent.
Browse files Browse the repository at this point in the history
Add screenshot.
  • Loading branch information
smecsia committed Feb 26, 2016
1 parent 46e52d5 commit 7053e57
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,18 @@ Although it's recommended to use a replica set (at least 3 nodes of MongoDB), yo
## Installation

For Ubuntu users we provide deb packages. Please note that yandex-selenograph package conflicts with
yandex-grid-router, so if you have previously installed Selenium Grid Router, you'll need to uninstall it first.
yandex-grid-router, so if you have previously installed Selenium Grid Router, you'll need to uninstall it first.

Also ensure that you have Java 8 installed:
```
$ sudo add-apt-repository ppa:webupd8team/java
$ sudo apt-get update
$ sudo apt-get install oracle-java8-installer
```

To install Selenograph itself:
```
$ sudo add-apt-repository ppa:yandex-qatools/gridrouter
$ sudo add-apt-repository ppa:yandex-qatools/selenograph
$ sudo apt-get update
$ sudo apt-get install yandex-selenograph
$ sudo service yandex-selenograph start
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
<artifactId>selenograph</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>

<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>

<modules>
<module>beans</module>
<module>service</module>
Expand Down
Binary file modified screen.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion server/src/main/frontend/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html>
<head>
<meta charset="utf-8">
<title>Selenoraph</title>
<title>Selenograph</title>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 7053e57

Please sign in to comment.