-
Notifications
You must be signed in to change notification settings - Fork 4
Code Sample of 2ndary Development
Uplusware edited this page Aug 30, 2016
·
14 revisions
- cd ext and
make cleanandsudo make install(it's for extension) - cd api and
make cleanandsudo make install(it's for API code sample) - cd api and
make cleanandsudo make install MySQLDB=1(It's MySQL sample) - cd api and
make cleanandsudo make install MONDODB=1(It's MongoDB sample) - cd cgi and
make cleanandsudo make install(it's for CGI code sample) - cd ws and
make cleanandsudo make install(it's for WebSocket code sample) - cd webpy and
sudo make install(it's for web.py, need to install Spawn-fcgi) ** start stop Spawn-fcgi with webpy