Skip to content

Commit

Permalink
docs(fix-existing): fix existing documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sidohaakma committed May 2, 2019
1 parent 3b78c33 commit bac677a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 104 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -9,4 +9,4 @@ See https://molgenis.gitbooks.io/molgenis/content for documentation.

For more about our organisation, see https://molgenis.org

[Try out MOLGENIS](https://molgenis.gitbooks.io/molgenis/try_molgenis/guide-try-molgenis.html).
[Try out MOLGENIS](https://molgenis.gitbooks.io/molgenis/try_out_molgenis/guide-try-out-molgenis.html).
30 changes: 1 addition & 29 deletions docs/developer_documentation/intellij.md
Expand Up @@ -4,35 +4,7 @@ A rough guide on how to develop molgenis in IntelliJ IDEA.
This was created using IntelliJ IDEA 2016.1 Ultimate, courteously provided to us by
JetBrains on an open source license. Most of the time we use the latest IntelliJ version.

## Middleware
Before you start, make sure the following middleware is installed on your system.
* Java 8 JDK (latest version available from Oracle)
* Maven >= 3.1.0 (The built-in maven version of IntelliJ is too old to compile molgenis.)
* Apache Tomcat 8.5.x
* PostGreSQL server.
* ElasticSearch
See [quickstart](./quickstart/guide-tomcat.html) for details

Create a molgenis superuser in postgres.
```
create user molgenis superuser password ‘molgenis’;
```
Create a database called molgenis as user molgenis.
```
create database molgenis owner molgenis;
```

## Molgenis settings
You'll need a molgenis-server.properties file. In your home dir, create a folder
`.molgenis`. Put a file in there called `molgenis-server.properties` and fill it with this information:

```
db_user=molgenis
db_password=molgenis
db_uri=jdbc\:postgresql\://localhost/molgenis
admin.password=admin
user.password=admin
```
**[Deploy backend services](../install_molgenis/guide-local-compile.md)**

## Set the maven home dir in IntelliJ
* Open Preferences, Build Execution Deployment, Maven
Expand Down
74 changes: 0 additions & 74 deletions docs/quickstart/guide-local-compile.md

This file was deleted.

0 comments on commit bac677a

Please sign in to comment.