Implementation of fklub.dk written in the LAML Scheme web-framework
Just because it's legacy code, it doesn't mean thats it's old code
-- Albert Einstein 1367
LAML is a framework written by Kurt Nørmark that enables the use of the Scheme programming language for writing dynamic web pages using CGI-programming and HTML mirror functions.
This is a work-in-progress for the new front-page for fklub.dk written in this framework.
- Docker
- Clone the repository
git clone https://github.com/hrjakobsen/fklub.dk- Run
docker-compose up -d - Access the page at http://localhost:4000/cgi-bin/index.cgi
After the server has been started in step to, add a new user
docker exec -it fklub_web_1 /scripts/new-userYou can now use the specified username and password to log in to site
When the server is running, you can follow the access/error log with the following command
docker logs fklub_web_1 -f --tail 10