Update: README
This commit is contained in:
parent
aeafd6f82b
commit
f490921fa6
13
README.md
13
README.md
@ -1,6 +1,10 @@
|
||||
|
||||
# Arteleku Drupal + Islandora
|
||||
|
||||
## Install Tomcat / Fedora Commons
|
||||
|
||||
|
||||
|
||||
## Copy Drupal files from your data_path
|
||||
|
||||
mkdir data
|
||||
@ -30,6 +34,7 @@ docker exec -i <container_id> mysql -u<mysql-user> -p<mysql-pass> <mysql-databas
|
||||
|
||||
## Config Drupal
|
||||
|
||||
```
|
||||
/sites/default/
|
||||
|
||||
$databases = array (
|
||||
@ -40,6 +45,7 @@ $databases = array (
|
||||
host => host
|
||||
)
|
||||
$base_url = "http://myhost.drupal.net";
|
||||
```
|
||||
|
||||
## Config Islandora
|
||||
|
||||
@ -50,4 +56,11 @@ $base_url = "http://myhost.drupal.net";
|
||||
Server: 172.17.0.1:8080/solr
|
||||
|
||||
|
||||
## Links
|
||||
|
||||
https://docs.alfresco.com/search-services/latest/upgrade/migrate/
|
||||
https://library.brown.edu/create/digitaltechnologies/upgrading-from-solr-4-to-solr-7/
|
||||
https://github.com/fcrepo-exts/fcrepo-docker
|
||||
https://hub.docker.com/_/postgres
|
||||
https://islandora.github.io/documentation/installation/manual/introduction/
|
||||
https://github.com/Islandora-Devops/isle-dc#introduction
|
||||
|
Loading…
Reference in New Issue
Block a user