mqzry / stacks-bootstrap

Bootstrapping the stacks project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stacks-bootstrap

This project contains scripts to bootstrap the stacks project.

Dependencies

You need docker and php2.6+.

What it does

It automates spinning up an instance of the stacks project. All the steps in described in https://github.com/stacks/stacks-website/ are included. The tex compiling part is done inside a docker image containing texlive 2015. An image with apache2 and php runs the website part.

So after the project is bootstrapped, there are two docker images running: sadar/stacks-texlive and sadar/stacks-php. The tex part of the stacks project is mounted into stacks-texlive and the website part is mounted into stacks-php.

How to use it

Run boostrap.sh

About

Bootstrapping the stacks project

License:GNU General Public License v3.0


Languages

Language:Python 51.4%Language:Shell 48.6%