mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
Add config instructions about php commands and php version
See https://github.com/YunoHost-Apps/pixelfed_ynh/issues/48#issuecomment-497235849
This commit is contained in:
parent
697c8b8c0a
commit
935c33fefa
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,7 @@ The federated image sharing service Pixelfed, for YunoHost
|
||||||

|

|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
[Official documentation](https://docs.pixelfed.org/master/configuration.html)
|
||||||
|
|
||||||
### Administrator
|
### Administrator
|
||||||
|
|
||||||
|
@ -27,6 +28,11 @@ After being first registered, you need to execute the folloing command to promot
|
||||||
|
|
||||||
and respond yes to the question ` Add admin privileges to this user?`
|
and respond yes to the question ` Add admin privileges to this user?`
|
||||||
|
|
||||||
|
### Pixelfed php commands and php version
|
||||||
|
|
||||||
|
Pixelfed might require some command line instructions if you make manual changes to your configuration.
|
||||||
|
By default php 7.0 is currently used when you type `php`. You need to use `php7.2 [command]` instead.
|
||||||
|
|
||||||
### Allow/Close registration
|
### Allow/Close registration
|
||||||
|
|
||||||
Registrations are open by default.
|
Registrations are open by default.
|
||||||
|
|
Loading…
Add table
Reference in a new issue