Nova Resource:Nginx/Documentation
Appearance
Nginx
- Description
- A project for building and testing our modifications to nginx.
- Purpose
- See description.
- Anticipated traffic level
- 10-100 hits per day
- Anticipated time span
- indefinite
- Project status
- currently running
- Willing to take contributors or not
- willing
- Subject area narrow or broad
- broadProjects used in production
Building and installing nginx
Source package is located at /mnt on nginx-dev1.
- Make changes, use quilt to apply them as patches
- Update the changelog
- From the nginx directory, run:
- dpkg-buildpackage -rfakeroot -S
- Note and .dsc file created, and run:
- pbuilder build ../<nginx-dsc-file-created>.dsc
- The package is written to /var/cache/pbuilder/result/<nginx-version>.deb
- Install the package locally:
- dpkg -i /var/cache/pbuilder/result/<nginx-version>.deb
- Test