1
0
mirror of https://git.fsfe.org/FSFE/fsfe-local-build.git synced 2025-02-16 01:16:45 +01:00
2020-10-02 14:50:01 +02:00
2019-04-29 18:18:59 +02:00
2018-11-28 13:15:21 +01:00
2016-11-13 20:35:50 +01:00
2019-06-12 16:47:54 +02:00
2019-04-29 18:18:59 +02:00
2019-06-12 16:47:54 +02:00
2016-11-14 02:09:44 +01:00
2018-11-28 13:15:21 +01:00
2019-04-29 18:18:59 +02:00

FSFE Website Local Build

This is a collection of scripts, tools and configuration files necessary to build fsfe.org websites locally.

Full instructions can be found in FSFE's wiki: https://wiki.fsfe.org/TechDocs/Mainpage/BuildLocally

Docker based development environment

For convenience local development you may want to use the docker contaienr provided by this repo.

The container contains everything you need to work on the website including serving a preview, building the static pages and the CSS files.

Requirements

Website Dev Instructions

Initial set up

Just run the following command for the initial setup:

./docker-setup.sh

⚠ The command may run some hours, since it does the initial full build of the website.

Development

Spin up the container (⚠ takes some minutes):

docker-compose up

The website should now be available on your machine under http://127.0.0.1:8000/.

Build a single page after changes (e.g. index.de.xhtml):

docker exec \
    --workdir /fsfe-local-build/fsfe.org \
    fsfe-local-build \
    bash ../fsfe-preview.sh ../fsfe-website/index.de.xhtml

Style modifications in fsfe-website/look trigger a re build of the styles. After modifications a page reload shoud show the changes.

Description
No description provided
Readme SSPL-1.0 68 KiB
Languages
Shell 91.7%
Perl 3.6%
Dockerfile 2.5%
Python 2.2%