8000 GitHub - drakegroup/drake.sharcnet.ca: Drake group website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

drakegroup/drake.sharcnet.ca

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drake.sharcnet.ca website infrastructure

This repo contains all configuration needed to host the website for Dr. Gordon Drake's Research Group.

Prerequisites

  • Linux x64 (ie. Ubuntu 24.04 LTS) with public IP and ports 443 and 80 exposed to the internet
  • docker engine (installation guide)
  • DNS A-record for drake.sharcnet.ca should point to the public IP of the server
  • site secrets (stored in ~/drake.shacnet.ca/.env file)
  • site data mounted to /media/backedup

Installation

  • clone the repo
git clone https://github.com/drakegroup/drake.sharcnet.ca.git
cd drake.sharcnet.ca
  • migrate the site data and secrets (SQL, secrets, static data)
sudo cp -r /media/backedup/var/lib/mysql ~/drake.sharcnet.ca/db
sudo cp -r /media/backedup/var/www/html ~/drake.sharcnet.ca/html
source .env
  • spin up the environment
sudo docker compose -f nginx.yml up -d
sudo docker compose -f mediawiki.yml up -d

About

Drake group website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0