Setting up the project landing page(s)ΒΆ
First, ensure that Nginx has been installed and configured as detailed in the Configure Web Services guide.
Clone the repo, if required:
git clone -b main https://github.com/ambition-trial/ambition-edc.git ~/app
Copy static html files over:
sudo cp -r ~/app/bin/nginx/www/* /var/www/html/
Test and reload:
sudo nginx -t
sudo systemctl restart nginx
Check:
curl http://ambition.clinicedc.org