Skip to content

Code Sample of 2ndary Development

Uplusware edited this page Jul 12, 2016 · 14 revisions
  • cd api and make clean and sudo make install (it's for API code sample, including MySQL sample)
  • cd api and make clean and sudo make install MONDODB=1 (It's MongoDB sample)
  • cd cgi and make clean and sudo make install (it's for CGI code sample)
  • cd ws and make clean and sudo make install (it's for WebSocket code sample)
  • cd webpy and make install and sudo make install (it's for web.py, need to install Spawn-fcgi)

Clone this wiki locally