This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.
Hi
I have been working on a tool to easily bootstrap a new October CMS installation. It's called oc-bootstrapper.
The tool is installable via composer and provides a simple october
command that lets you install and configure an October CMS installation by creating a config file and run october install
.
The following steps will be taken care of:
- The latest October CMS gets downloaded from github and gets installed
- All composer dependencies are installed
- A
dev
environment gets created for you where all your settings from the config file are set - Some sensible configuration defaults for your
prod
environment get set - Your database gets migrated
- All demo data gets removed
- Your selected theme gets downloaded and installed
- All your plugins get downloaded and installed
- A .gitignore file gets created
- A push to deploy setup gets initialized for you (currently only GitLab is supported)
oc-bootstrapper also enables you to install private themes and plugins from your own git repository.
The tool is currently in development and only tested on Linux.
Feedback, bug reports and pull requests are welcome!
Last updated
Wow,
Thanks Offline I rellay love your ideas and plugins. I'm sure that will be fantastic too. I will test it soon.
Regards Crazymodder
I have just released version 0.2 of oc-bootstrapper
, a simple command line utility to bootstrap your October CMS installations. New in this version is a bareRepo
option that makes it very easy to deploy your site via git while only having your themes
and plugins
folder in the repo. Also I have optimized the private plugins installations from a git repo and the overall flexibility of the tool. Check it out if you haven't already! Feedback, PRs and bug reports are welcome!
1-4 of 4