Pirat I have a server now VDS Virtualization: KVM 2 gigabytes of RAM 2 cores Ubuntu operating system The server is completely clean and empty. I enter the console via ssh I'm writing to the console sudo apt-get update sudo apt-get upgrade What should I write next?
jordanjay29 Check the Resources tag, there are several guides to setting up a server for Flarum use on there.
Pirat jordanjay29 š I can not find it's all because of the composer I don't understand how it works
Pirat jordanjay29 I did not understand this exactly where to add to which block? Nginx Add the following lines to your serverās configuration block: location / { try_files $uri $uri/ /index.php?$query_string; } location /api { try_files $uri $uri/ /api.php?$query_string; } location /admin { try_files $uri $uri/ /admin.php?$query_string; } .... And this too Lighttpd Add the following lines to your serverās configuration block:
jordanjay29 Those are two different webserver systems, you would need to use what is appropriate to what you set up on your server. Did you install Apache, nginx or lppd?
Pirat jordanjay29 I havenāt yet established anything, what is better to install for me to work quickly I would install nginx I like it
Pirat This should help newbies. https://websiteforstudents.com/setup-flarum-forum-on-ubuntu-16-04-17-10-18-04-with-nginx-mariadb-and-php-7-1-support/
Pirat apache is slow and this outdated technology luceos It turns out this instruction is not correct?
Pollux Pirat apache is slow and this outdated technology How many concurrent users do you expect, 10,000, 100,000? And how many requests per second, 100, 1,000? Unless you handle that amount of traffic the speed of your server should be your least concern.
Pirat Can this more correct instruction https://discuss.flarum.org/d/7454-how-to-install-flarum-in-centos-7-with-nginx-php-fpm-mariadb
Pollux Pirat I need the pages to open quickly Understandable. The influence of the server software is the least important factor though.