All Projects → contentacms → contenta_docker

contentacms / contenta_docker

Licence: other
No description or website provided.

Programming Languages

shell
77523 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to contenta docker

Next
Directus is a real-time API and App dashboard for managing SQL database content. 🐰
Stars: ✭ 111 (+109.43%)
Mutual labels:  content
Couchdb Documentation
Apache CouchDB Documentation
Stars: ✭ 128 (+141.51%)
Mutual labels:  content
Unite Cms
Really flexible headless CMS, built on top of Symfony and GraphQL.
Stars: ✭ 242 (+356.6%)
Mutual labels:  content
Moodle Downloader 2
A Moodle downloader that downloads course content fast from Moodle (eg. lecture pdfs)
Stars: ✭ 118 (+122.64%)
Mutual labels:  content
Moviecontentfilter
Watch movies with the freedom (not) to filter
Stars: ✭ 126 (+137.74%)
Mutual labels:  content
Openolat
Learning Management System OpenOlat
Stars: ✭ 135 (+154.72%)
Mutual labels:  content
Allura
Mirror of Apache Allura
Stars: ✭ 91 (+71.7%)
Mutual labels:  content
content
Content management system for Yii2
Stars: ✭ 54 (+1.89%)
Mutual labels:  content
Php Readability
A fork of https://bitbucket.org/fivefilters/php-readability
Stars: ✭ 127 (+139.62%)
Mutual labels:  content
Contentify
Contentify is an esports CMS based on the PHP framework Laravel
Stars: ✭ 189 (+256.6%)
Mutual labels:  content
Cash
HTTP response caching for Koa. Supports Redis, in-memory store, and more!
Stars: ✭ 122 (+130.19%)
Mutual labels:  content
Directus
Open-Source Data Platform 🐰 — Directus wraps any SQL database with a real-time GraphQL+REST API and an intuitive app for non-technical users.
Stars: ✭ 13,190 (+24786.79%)
Mutual labels:  content
Spring Content
Cloud-Native Storage and Enterprise Content Services (ECMS) for Spring
Stars: ✭ 151 (+184.91%)
Mutual labels:  content
Stanbol
Mirror of Apache Stanbol (incubating)
Stars: ✭ 114 (+115.09%)
Mutual labels:  content
django-addendum
📜 Easily edit arbitrary text snippets on a site without a full-fledged CMS or issuing another site release. Like a mini-CMS for every site.
Stars: ✭ 71 (+33.96%)
Mutual labels:  content
Pdfbox
Mirror of Apache PDFBox
Stars: ✭ 1,384 (+2511.32%)
Mutual labels:  content
Scobot
SCORM API for Content. JavaScript library, QUnit tests and examples.
Stars: ✭ 128 (+141.51%)
Mutual labels:  content
drupal8-oop
Tutorial for object-oriented programming fundamentals in PHP
Stars: ✭ 37 (-30.19%)
Mutual labels:  drupal-8
dkan2
Deprecated: please use the 2.x branch of the dkan repo
Stars: ✭ 17 (-67.92%)
Mutual labels:  drupal-8
Grav
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Stars: ✭ 13,067 (+24554.72%)
Mutual labels:  content

Getting started

docker-compose build
docker-compose up

First-time initialization

The container doesn't automatically run drush site-install because we want it to be possible to stop and start an existing container without rebuilding the site every time. Instead, you need to manually run this after starting the container the first time:

docker-compose exec php composer run-script install:with-mysql

Persistence

Persistent state is stored in a database volume named data. You can destroy and recreate the containers as much as you like and your site will be preserved until you also destroy the volume.

The codebase is linked directly to the filesystem in www so you can develop/contribute while seeing the changes synchronized. In some setups (we're looking at you, macOs) this can be slow (even if we're using the recommended cached option from Docker), for those cases, using (Docker sync)[https://github.com/EugenMayer/docker-sync] can improve speed a lot.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].