-
Notifications
You must be signed in to change notification settings - Fork 4
Code Sample of 2ndary Development
Uplusware edited this page Jun 3, 2017
·
14 revisions
- cd ext and
make clean
andsudo make install
(it's for extension) - cd api and
make clean
andsudo make install
(it's for API code sample) - cd api and
make clean
andsudo make install UPLOADSAMPLE=1
(it's for file uploading) - cd api and
make clean
andsudo make install MYSQLDB=1
(It's MySQL sample) - cd api and
make clean
andsudo make install MONDODB=1
(It's MongoDB sample) - cd cgi and
make clean
andsudo make install
(it's for CGI code sample) - cd ws and
make clean
andsudo make install
(it's for WebSocket code sample) - cd scgi and
sudo make install
- cd fcgi and
sudo make install
- cd webpy and
sudo make install