Sign inSign up

aerth/boltcms

By aerth

•Updated over 8 years ago

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

Image
3

1.7K

aerth/boltcms repository overview

⁠Run it

docker pull aerth/boltcms:latest
docker run -it -d --name mybolt -p 8080:80 aerth/boltcms:latest

⁠Hack it

$ 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

⁠Save Changes

$ docker commit mybolt username/mybolt:latest

⁠Launch your new thang

$ docker run -it -d -p 8081:80 username/mybolt:latest

⁠About Bolt

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⁠.

Tag summary

Content type

Image

Digest

Size

100.2 MB

Last updated

over 8 years ago

docker pull aerth/boltcms