Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 848 Bytes

README.md

File metadata and controls

35 lines (19 loc) · 848 Bytes

Blog-Core example project

Codebase for Blog-Core demo. Requires SWI-Prolog version 7.3.12 or newer.

Installing dependecies

See the Blog-Core installation page.

Running

swipl -s main.pl -- --port=8080

The site can be accessed from http://localhost:8080.

Building a docker container

make docker

Running with docker

docker run -t -p 8080:8080 blogcore/demo

The site can be accessed from http://localhost:8080.

Note that the database blog.docstore should not be included in Git as journal changes will cause merge conflicts.

License

The MIT License.

The cat image in the example data: Creative Commons Attribution 2.0 Generic.