Skip to content

MuellerMH/Preside-CMS-Docker-Example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PresideCMS Dockerized Application Example

This is an example of dockerizing a PresideCMS application. It is made up of:

  • a Dockerfile that extends our pixl8/preside-cms image
  • a docker-compose.yml file to pull in and run a MariaDB 10.1 container alongside our application's container
  • a .env file to set database environment variables that are then pushed to both the DB container (to create the DB and credentials if not created already) and the application (to register the datasource)
  • a skeleton PresideCMS web application (/website)

See our quick Using Docker with PresideCMS applications video on Vimeo.

Spin it up

Install Docker and Docker Compose. Then, clone this repo, CD to its directory and run docker-compose up -d:

git clone https://github.com/pixl8/Preside-CMS-Docker-Example.git
cd Preside-CMS-Docker-Example
docker-compose up -d

Visit http://localhost:8080/demo_admin/ and see a fully working PresideCMS application linked to running MariaDB container.

About

Example Dockerized Preside-CMS application based on the pixl8/preside-cms docker image

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • ColdFusion 64.7%
  • CSS 35.3%