How to install drupal with nginx on fedora 19 ? Somebody please help . I am an absolute beginner to drupal and nginx.

有帮助吗?

解决方案

To install nginx, you can just run sudo yum install nginx in the terminal.

Fedora has a very helpful wiki page that details the steps on how to install Drupal. At step no. 7 when it asks you to start Apache server, you can run nginx server instead by running service nginx start.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top