Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 646 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 646 Bytes

atlnts-backend

Fortran Backend API For ATLNTS Web App - JHack 2021!

Install

  • Run nginx/install_nginx.sh
  • Edit /usr/local/nginx/conf/nginx.conf to change the root location to web folder. Absolute path is required
    •       location / {
            root   /home/bishoy/Documents/jhack2020/server/src/atlnts-backend/web;
            fastcgi_pass   127.0.0.1:9000;
            fastcgi_index  index.html;
            include        fastcgi_params;
        }
      
  • Make sure libsqlite3-dev, libfcgi, libfcgi-dev, and spawn-fcgi are install on the system
  • In the main directory run make
  • Run run_api.sh