mirror of https://github.com/alibaba/tengine.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
11 years ago | |
---|---|---|
.. | ||
source | 11 years ago | |
README.Debian | 11 years ago | |
README.md | 11 years ago | |
README.source | 11 years ago | |
changelog | 11 years ago | |
compat | 11 years ago | |
control | 11 years ago | |
copyright | 11 years ago | |
docs | 11 years ago | |
files | 11 years ago | |
init.d | 11 years ago | |
logrotate | 11 years ago | |
nginx-debug.install | 11 years ago | |
nginx.conf | 11 years ago | |
nginx.default | 11 years ago | |
nginx.vh.default.conf | 11 years ago | |
nginx.vh.example_ssl.conf | 11 years ago | |
rules | 11 years ago | |
tengine.debhelper.log | 11 years ago | |
tengine.dirs | 11 years ago | |
tengine.doc-base.EX | 11 years ago | |
tengine.docs | 11 years ago | |
tengine.postinst | 11 years ago | |
tengine.postinst.debhelper | 11 years ago | |
tengine.postrm | 11 years ago | |
tengine.postrm.debhelper | 11 years ago | |
tengine.preinst | 11 years ago | |
tengine.prerm | 11 years ago | |
tengine.prerm.debhelper | 11 years ago | |
tengine.substvars | 11 years ago |
README.md
Installation
build the deb package
- install some basic packages
aptitude install build-essential debhelper make autoconf automake patch \
dpkg-dev fakeroot pbuilder gnupg dh-make libssl-dev libpcre3-dev
- build package
change to source directory
mv packages/debian .
DEB_BUILD_OPTIONS=nocheck dpkg-buildpackage -rfakeroot -uc -b
install the deb package
replace the deb name with the current version
sudo dpkg -i tengine_2.0.2-1_amd64.deb