Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 393 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 393 Bytes

bookmarks-api

bookmarks rest api

notes to run fastcgi:

  1. replace /etc/nginx/sites-enabled/default with default
  2. build so from cpp (g++ SimpleClass.cpp -fPIC -lfastcgi-daemon2 -shared -o libcsimple.so)
  3. reference this so in csimple.conf
  4. run 'fastcgi-daemon2 --config=csimple.conf'
  5. run 'curl -v "http://localhost/simple_res"' - must see "Hello world!" at the end of response body