mirror of
https://github.com/YunoHost-Apps/pixelfed_ynh.git
synced 2024-09-03 20:06:04 +02:00
php8.2
This commit is contained in:
parent
711c4fc97c
commit
339f257542
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ After being first registered, you need to execute the folloing command to promot
|
|||
|
||||
**Run:**
|
||||
|
||||
sudo php8.1 __INSTALL_DIR__/artisan user:admin 1
|
||||
sudo php8.2 __INSTALL_DIR__/artisan user:admin 1
|
||||
|
||||
and respond yes to the question ` Add admin privileges to this user?`.
|
||||
|
||||
|
@ -12,7 +12,7 @@ and respond yes to the question ` Add admin privileges to this user?`.
|
|||
|
||||
Registrations are open by default.
|
||||
To change that setting, edit `__INSTALL_DIR__/.env` and set `OPEN_REGISTRATION=false` instead of `true`.
|
||||
Then run `php8.1 artisan config:cache` to reload the settings.
|
||||
Then run `php8.2 artisan config:cache` to reload the settings.
|
||||
|
||||
### Disable search engine indexing
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue