Skip to content

DIMAthe47/bookmarks-api

Repository files navigation

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

About

bookmarks rest api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published