All Projects → leocavalcante → Docktober

leocavalcante / Docktober

Licence: other
🍂 Simple: Docker + OctoberCMS

Projects that are alternatives of or similar to Docktober

debugbar-plugin
Integrates PHP Debugbar with October CMS
Stars: ✭ 36 (-36.84%)
Mutual labels:  octobercms
oc-mall-theme
Demo theme for the oc-mall-plugin
Stars: ✭ 19 (-66.67%)
Mutual labels:  octobercms
oc-api-plugin
Tools for building RESTful HTTP + JSON APIs for OctoberCMS.
Stars: ✭ 28 (-50.88%)
Mutual labels:  octobercms
oc-sortablerelations-plugin
Adds drag and drop sorting functionality to the view list of the relations controller in October CMS
Stars: ✭ 16 (-71.93%)
Mutual labels:  octobercms
octobercms-backendskin
Backend Skin Plugin For OctoberCms
Stars: ✭ 21 (-63.16%)
Mutual labels:  octobercms
oc-speedy-plugin
Website optimization plugin for October CMS
Stars: ✭ 18 (-68.42%)
Mutual labels:  octobercms
oc-menumanager-plugin
A Menu Management Plugin for October CMS
Stars: ✭ 29 (-49.12%)
Mutual labels:  octobercms
oc-gdpr-plugin
October CMS plugin to make websites GDPR and ePrivacy compliant
Stars: ✭ 32 (-43.86%)
Mutual labels:  octobercms
October
Self-hosted CMS platform based on the Laravel PHP Framework.
Stars: ✭ 10,740 (+18742.11%)
Mutual labels:  octobercms
oc-responsive-images-plugin
Adds reponsive images capabilities to October CMS
Stars: ✭ 37 (-35.09%)
Mutual labels:  octobercms
awesome-october-cms
A curated list of awesome things related to OctoberCMS.
Stars: ✭ 19 (-66.67%)
Mutual labels:  octobercms
oc-bootstrapper
Easily bootstrap a new October CMS project
Stars: ✭ 86 (+50.88%)
Mutual labels:  octobercms
contenteditor-plugin
Edit your content in page - plugin for OctoberCMS
Stars: ✭ 32 (-43.86%)
Mutual labels:  octobercms
oc-good-news-plugin
📰 News (blogging) plugin for October CMS
Stars: ✭ 23 (-59.65%)
Mutual labels:  octobercms
sveltober
Cybernetically enhanced October applications
Stars: ✭ 19 (-66.67%)
Mutual labels:  octobercms
oc-site-search-plugin
Adds global search capabilities to October CMS.
Stars: ✭ 39 (-31.58%)
Mutual labels:  octobercms
octobercms-juicy-theme
Clean, simple and responsive landing page build on Vue.js with backend editing
Stars: ✭ 20 (-64.91%)
Mutual labels:  octobercms
oc-backup-plugin
Backup system for October CMS
Stars: ✭ 18 (-68.42%)
Mutual labels:  octobercms
oc-api-plugin
Base API Plugin for OctoberCMS
Stars: ✭ 26 (-54.39%)
Mutual labels:  octobercms

Docktober

Simple: Docker + OctoberCMS

Donate

It uses the:

How to

From scratch
  1. git clone https://github.com/octobercms/october.git my-app
  2. cd my-app
  3. git clone https://github.com/leocavalcante/Docktober.git .docker
  4. docker-compose -f .docker/docker-compose.yml up -d --build
  5. docker-compose -f .docker/docker-compose.yml exec php composer install

Here you should already be seeing October's demo theme at http://<YOUR_DOCKER_MACHINE_IP>:8000.
And you can work with it as a flat-file CMS.

If you want some database power
  1. docker-compose -f .docker/docker-compose.yml exec php php artisan october:env
  2. Set .env's DB_HOST to db and add some value for DB_PASSWORD
  3. docker-compose -f .docker/docker-compose.yml up -d --build
  4. docker-compose -f .docker/docker-compose.yml exec php php artisan october:up

Now you should be able to access http://<YOUR_DOCKER_MACHINE_IP>:8000/backend and enjoy full OctoberCMS.

Recommendation: rename container_name at .docker/docker-compose.yml to something meaningful.

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