Tengine是由淘宝网发起的Web服务器项目。
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.
 
 
 
 
 
 
weiyue 95c37e15a7 release tengine 2.1.0 11 years ago
..
source add deb packaging config 11 years ago
README.Debian add deb packaging config 11 years ago
README.md Update README.md 11 years ago
README.source add deb packaging config 11 years ago
changelog add deb packaging config 11 years ago
compat add deb packaging config 11 years ago
control add deb packaging config 11 years ago
copyright add deb packaging config 11 years ago
docs add deb packaging config 11 years ago
files add deb packaging config 11 years ago
init.d add deb packaging config 11 years ago
logrotate add deb packaging config 11 years ago
nginx-debug.install add deb packaging config 11 years ago
nginx.conf add deb packaging config 11 years ago
nginx.default add deb packaging config 11 years ago
nginx.vh.default.conf add deb packaging config 11 years ago
nginx.vh.example_ssl.conf add deb packaging config 11 years ago
rules add deb packaging config 11 years ago
tengine.debhelper.log add deb packaging config 11 years ago
tengine.dirs add deb packaging config 11 years ago
tengine.doc-base.EX add deb packaging config 11 years ago
tengine.docs add deb packaging config 11 years ago
tengine.postinst add deb packaging config 11 years ago
tengine.postinst.debhelper add deb packaging config 11 years ago
tengine.postrm add deb packaging config 11 years ago
tengine.postrm.debhelper add deb packaging config 11 years ago
tengine.preinst add deb packaging config 11 years ago
tengine.prerm add deb packaging config 11 years ago
tengine.prerm.debhelper add deb packaging config 11 years ago
tengine.substvars add deb packaging config 11 years ago

README.md

Installation

build the deb package

  1. install some basic packages
aptitude install build-essential debhelper make autoconf automake patch \
 dpkg-dev fakeroot pbuilder gnupg dh-make libssl-dev libpcre3-dev      
  1. 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