Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 801 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 801 Bytes

Generate programming labs

Used to generate programming labs in courses.

You need special access for the source of the labs, once gained access you can check it out as a submodule.

$ alias gsu='git submodule update --init --recursive'
$ gsu

Setup production environment

git clone [email protected]:dbwebb-se/lab.git lab.dbwebb.se
cd lab.dbwebb.se
git submodule update --init --recursive
composer install

make site-build
make local-publish

make virtual-host

make ssl-cert-create
make virtual-host-https
 .                                                             
..:  Copyright (c) 2014-2021 Mikael Roos, [email protected]