update README
This commit is contained in:
parent
53b6f493db
commit
46a05cd604
1 changed files with 18 additions and 0 deletions
18
README.md
18
README.md
|
|
@ -16,15 +16,33 @@
|
|||
|
||||
* Search from solr-slim-buster
|
||||
* TripleStore from slim-buster
|
||||
|
||||
## Start
|
||||
|
||||
### Prepare Configs
|
||||
* Clone Repo with `git clone git@github.com:rnsrk/performance-drupal.git`.
|
||||
* Rename .example-env to .env and set environment variables for postgres service.
|
||||
* Rename ./nginx_context/.example-htpasswd to .htpasswd and set environment variables for nginx service.
|
||||
* Rename ./drupal_context/.example-settings.php to settings.php and set environment variables for drupal service.
|
||||
|
||||
### Add local domains
|
||||
* Add the domains to your `/etc/hosts`:
|
||||
```
|
||||
127.0.0.1 drupal.local
|
||||
127.0.0.1 graphdb.local
|
||||
127.0.0.1 adminer.local
|
||||
```
|
||||
### Get Triplestore
|
||||
* Get [GraphDB free standalone server](https://graphdb.ontotext.com/).
|
||||
* Copy zip-file to to /graphdb_context and rename it to "graphdb.zip".
|
||||
|
||||
### Start containers
|
||||
* Start containers with `docker compose up -d`.
|
||||
|
||||
### Install Drupal
|
||||
* Go to `http://drupal.local` for Drupal installation
|
||||
|
||||
### Visit Workbenches
|
||||
* Go to `http://graphdb.local` for GraphDB workbench
|
||||
* Go to `http://adminer.local` for Adminer workbench
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue