Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alpinelinux/alpine-mksite

[MIRROR] Website for alpinelinux.org
https://github.com/alpinelinux/alpine-mksite

alpine-linux website

Last synced: 2 months ago
JSON representation

[MIRROR] Website for alpinelinux.org

Awesome Lists containing this project

README

        

The following dependencies are needed to build the site:

apk add \
busybox-extras \
curl \
git \
lua5.3 \
lua-discount \
lua-feedparser \
lua-filesystem \
lua-lustache \
lua-lyaml

To build the site please run:

make

To set up a local web server please run:

busybox-extras httpd -c ../httpd.conf -p 8000 -h _out/

Then point your web browser to http://localhost:8000