282.8 MB - Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components. Sqlite3
1.7K

docker pull aerth/boltcms:latest
docker run -it -d --name mybolt -p 8080:80 aerth/boltcms:latest
$ docker exec -it mybolt bash
bash-4.3# apk update && apk add nano vim
bash-4.3# cd /var/www && ls
bash-4.3# exit
$ docker commit mybolt username/mybolt:latest
$ docker run -it -d -p 8081:80 username/mybolt:latest
Sophisticated, lightweight & simple CMS. Homepage: Bolt.cm
Bolt is a tool for Content Management, which strives to be as simple and straightforward as possible. It is quick to set up, easy to configure, uses elegant templates, and above all: It's a joy to use. Bolt is created using modern open source libraries, and is best suited to build sites in HTML5 with modern markup.
From a technical perspective: Bolt is written in PHP, and uses either SQLite, MySQL or PostgreSQL as a database. It's built upon the Silex framework together with a number of Symfony components and other libraries. Bolt is released under the open source MIT-license.
Content type
Image
Digest
Size
100.2 MB
Last updated
over 8 years ago
docker pull aerth/boltcms