Skip to content

Implementation of fklub.dk written in the LAML Scheme web-framework

License

Notifications You must be signed in to change notification settings

hrjakobsen/fklub.dk

Repository files navigation

fklub.dk

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.

Requirements

  • Docker

Running the webserver

  1. Clone the repository
git clone https://github.com/hrjakobsen/fklub.dk
  1. Run docker-compose up -d
  2. Access the page at http://localhost:4000/cgi-bin/index.cgi

Creating an admin user

After the server has been started in step to, add a new user

docker exec -it fklub_web_1 /scripts/new-user

You can now use the specified username and password to log in to site

Debugging

When the server is running, you can follow the access/error log with the following command

docker logs fklub_web_1 -f --tail 10

About

Implementation of fklub.dk written in the LAML Scheme web-framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages