문제

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