Skip to content

Commit

Permalink
Update for SLES 15.4 Frontend Installation
Browse files Browse the repository at this point in the history
  • Loading branch information
inkuss authored Feb 14, 2024
1 parent b7fcb68 commit 1210020
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,30 +31,28 @@ Then install librasqal3 (RDF Parser Toolkit for Redland), librdf0, rasqal und re
./autogen.sh --with-php=php56
cd php/
Replace Makefile by "makefile_changed_redland_sles_php56.Makefile".
Replace Makefile by [This file](https://github.com/hbz/to.science.drupal/blob/master/makefile_changed_redland_sles_php56.Makefile).
make
make install

Zum Schluss noch die redland.so installieren
Finally, instal redland.so :
cp redland.so /usr/lib64/php56/extensions/
cd /etc/php56/conf.d
cp tokenizer.ini redland.ini
vim redland.ini
tokenizer.so durch redland.so ersetzen
Replace tokenizer.so by redland.so

### hier weiter

# php5-intl mit Yast2 installieren. Wie auf hoerkaen/paideia von Hand. Ist evtl. im PHP schon mit drin.
Install php5-intl with Yast2
sudo service php56-fpm restart

# Install to.science.drupal
Clone the repository and submodules to Drupal's module directory:
## Clone the repository and submodules to Drupal's module directory:
$ cd sites/all/modules
$ git clone https://github.com/hbz/to.science.drupal.git
$ cd to.science.drupal
$ git submodule update --init
Download non Drupal-core dependency modules:
## Download non Drupal-core dependency modules:
$ cd sites/all/modules
$ curl https://ftp.drupal.org/files/projects/entity-7.x-1.1.tar.gz | tar xz
$ curl https://ftp.drupal.org/files/projects/entity_js-7.x-1.0-alpha3.tar.gz | tar xz
Expand All @@ -65,10 +63,8 @@ cd /opt/toscience/drupal/sites/all/themes
git clone https://github.com/hbz/edoweb-drupal-theme.git



Activate "Edoweb Entities" module (e.g. at <http://localhost/drupal/?q=admin/modules>) and confirm activation of dependency modules. Also activate the modules "chaos tools" and "entity tokens".


Make sure the "Local" module has been activated if you need to localize your installation. If you have not yet localized your installation, navigate to http://localhost/drupal?q=admin/config/regional/translate/import, choose your language file and the language to import it into. Clear the cache to make sure all field instance labels are updated.

Finally, set the host, user and password for the API at <http://localhost/?q=edoweb/config/storage> and <http://localhost/?q=edoweb/config/account>s. Man gelangt auch über Startseite - Konfiguration - APIs bzw. Accounts zu diesen Seiten.
Expand All @@ -87,7 +83,7 @@ Please set the api host to the full url of your to.science.api installation, e.g

If you have installed to.science.api as is, it will come with a faked user authentication that provides three users: edoweb-admin, edoweb-editor and edoweb-reader. With fake user authentication, the api will accept any password for the three users, so you can set all three passwords to an arbitrary string.

Drupal läuft über http://localhost/user
Drupal is accessible at http://localhost/user

# Localization

Expand Down

0 comments on commit 1210020

Please sign in to comment.