Merge pull request #1835 from tobiasd/20150819-issue1814
clarification for the needed permissions
This commit is contained in:
commit
491f786a83
|
@ -64,6 +64,8 @@ you wish to communicate with the Diaspora network.
|
|||
3. Create an empty database and note the access details (hostname, username,
|
||||
password, database name).
|
||||
|
||||
- Friendica needs the permission to create and delete fields and tables in its own database.
|
||||
|
||||
|
||||
4. If you know in advance that it will be impossible for the web server to
|
||||
write or create files in your web directory, create an empty file called
|
||||
|
|
|
@ -65,6 +65,8 @@ If you copy the directory tree to your webserver, make sure that you also copy .
|
|||
|
||||
Create an empty database and note the access details (hostname, username, password, database name).
|
||||
|
||||
Friendica needs the permission to create and delete fields and tables in its own database.
|
||||
|
||||
###Run the installer
|
||||
|
||||
Point your web browser to the new site and follow the instructions.
|
||||
|
|
|
@ -70,6 +70,8 @@ Wir planen, diese Einschränkung in einer zukünftigen Version zu beheben.
|
|||
|
||||
3. Erstelle eine leere Datenbank und notiere alle Zugangsdaten (Adresse der Datenbank, Nutzername, Passwort, Datenbankname).
|
||||
|
||||
Friendica benötigt die Berechtigungen um neue Felder in dieser Datenbank zu ertellen (create) und zu löschen (delete).
|
||||
|
||||
4. Besuche deine Webseite mit deinem Browser und befolge die Anleitung. Bitte beachte jeden Fehler und korrigiere diese, bevor du fortfährst.
|
||||
|
||||
5. *Wenn* die automatisierte Installation aus irgendeinem Grund fehlschlägt, dann prüfe das Folgende:
|
||||
|
|
Loading…
Reference in a new issue