Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

deck-app/docktober

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinterCMS

Demise of October CMS

As you may have heard; over the past month October CMS has been undergoing some dramatic changes in terms of project structure and the codebase that you rely upon for your projects. In addition to the removal of all of the core maintainers and the transition to a paid product / licensing scheme; a number of breaking changes have already been made to the codebase.

Rebirth as Winter CMS

As a result of these dramatic structural changes of the project that we rely upon to run our businesses, former October CMS maintainers Luke Towers, Ben Thomson and Marc Jauvin wish to announce the formation of the Winter CMS project, a community-driven fork of October CMS with a dedication to speed, security, stability, and simplicity. Along with Jack Wilkinson, we aim to continue to deliver a professional and feature-rich platform that you can rely upon for your websites and applications; as well as engage with the community and become a more community-driven project overall.

Winter CMS is a fork of October CMS as of v1.1.2 / v1.0.472, any of your October projects can be seamlessly migrated to use Winter instead as long as they are using a version of October prior to the dramatic changes recently introduced by the original founders.

For more information on the exact events that led to the decision to fork,

Getting Started

  1. Clone to your base project directory.

    git clone https://github.com/deck-app/docktober.git
    
  2. Run.

    cd docktober & docker-compose up -d
    

Note:- IF css and js error in https, please below the change

edit nano /var/www/config/cms.php
'linkPolicy' => env('LINK_POLICY', 'detect'),

TO

'linkPolicy' => env('LINK_POLICY', 'secure'),

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published