Version 4 (modified by khaled, 16 years ago) |
---|
Setting up a server for HG Platform using NGINX PHP5 MySQL
From an Ubuntu 9.04 Distro:
required installations
apt-get update
apt-get install language-pack-en
apt-get install subversion postfix emacs portmap nfs-common
Fresh Ubuntu Install
1. Edit /etc/apt/source.list and remove the comment on universe package for nginx then do an apt-get update
2. Install using this guide - http://www.howtoforge.com/installing-nginx-with-php5-and-mysql-support-on-ubuntu-8.10
3. Install subversion - check out the latest version to /var/www
4. create folder /mnt/Media then add mount point in fstab and rc.local for reboot
*** /etc/fstab
192.168.137.96:/var/www/imageserv/Media /mnt/Media nfs rsize=8192,wsize=8192,timeo=14,intr
*** /etc/rc.local
mount /mnt/Media
5. Use install.sh to create necessary folders and symbolic links when making instance of hgplatform
Attachments
-
liveservers
(1.3 kB) - added by faisal
16 years ago.
nginx server configurations
- nginx.conf (1.0 kB) - added by faisal 16 years ago.
-
spawn-fcgi-php
(1.7 kB) - added by faisal
15 years ago.
spawn fcgi init script