block8/octo

This package is abandoned and no longer maintained. No replacement package was suggested.

Octo CMS - Simple, powerful and intuitive content management.

Maintainers

👁 dancryer

Package info

github.com/Block8/Octo

Homepage

pkg:composer/block8/octo

Statistics

Installs: 1 005

Dependents: 0

Suggesters: 0

Stars: 7

Open Issues: 1

dev-master 2017-08-07 10:33 UTC

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-2-Clause f5aef5b8dbcfbc02ca597f5967369da783541fec

  • Dan Cryer <dan.woop@block8.co.uk>
  • James Inman <james.woop@jamesinman.co.uk>
  • George Gardiner <george.gardiner.woop@commonmode.co.uk>

phpcmswordpresscontent managementdrupalContent management systemjoomla

This package is auto-updated.

Last update: 2024-10-22 02:33:21 UTC


README

Using Octo for a new site

You can find a working example site in the Octo Skeleton project.

To get started:

  • Clone: git clone git@github.com:Block8/Octo-Skeleton.git <your site name>
  • Move into your new project directory: cd <your site name>
  • If you want to try out the example site:
    • Create a database and import into it the content from octo-skeleton.sql
    • Modify siteconfig.php to point to that database
  • If you want to create a new site:
    • Remove the .git folder and create as a new repo: rm -Rf .git && git init
    • Modify the siteconfig.php file as necessary for your project
    • Rename the Example namespace and modify the code within it for your project

Dependencies

Block 8

Third Party

Octo would not be possible without the help of the following open source projects:

Back-end

Front-end

  • Bootstrap CSS by Mark Otto (@mdo) & Jacob (@fat)
  • Admin LTE by Abdullah Almsaeed (@almasaeed2010)
  • Select2 by Kevin Brown (@kevin-brown) and Igor Vaynberg (@ivaynberg)
  • CKEditor by CKSource (@ckeditor)