Replies: 1 comment 5 replies
-
you need to use php-fpm with nginx. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Guys!
I already used LinkAce on shared hosting, and all was good.
But today I need some help. I tried to install LinkAce on my Raspberry 4 with Nginx. I can't launch the installation, here is my procedure
1 - InstallNginx
2 - Unzip Linkace zip in
/var/www/html/linkace
3 - Install PHP 8.1 with all extensions
4 - Rename
.env.example
to .env
.5 - Edit
sudo nano /etc/nginx/sites-available/default
Configure these lines :
# include snippets/snakeoil.conf; root /var/www/html/linkace;
# Add index.php to the list if you are using PHP index index.html index.htm index.php;
6 - sudo php artisan key:generate ->
INFO Application key set successfully.
7 - Give permission
sudo chown -R www-data:www-data *
8 - I will install MYSQL later, I try to launch Linkace first
Here are the problems, when I launch my ip: 192.168.1.17 I see the contents of my folder (linkace) but nothing launches.
and when I try to add these lines to the nginx config, the server doesn't start. I don't know where to put this line and if it's imperative.
Please help
Thanks guys
Beta Was this translation helpful? Give feedback.
All reactions