2017 © Pedro Peláez
 

project societycms

The SocietyCMS application.

image

societycms/societycms

The SocietyCMS application.

  • Friday, August 26, 2016
  • by rhwilr
  • Repository
  • 2 Watchers
  • 3 Stars
  • 79 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

SocietyCMS

The only CMS designed for you and your society., (*1)

Build Status Latest Stable Version Total Downloads Latest Unstable Version License, (*2)

, (*3)

Introduction

This is an alpha, experimental release of SocietyCMS. Things will change. Things will break. There are bugs. Thank you for testing!, (*4)

, (*5)

Installation

composer create-project societycms/societycms:dev-master --prefer-source

After the installation has finished, change into your project directory and run the install command:, (*6)

php artisan society:install

This will perform the following cations:, (*7)

  • Setup database information
  • Running migrations
  • Running seeds
  • Publishing assets
  • Create a first admin account

Modules

Optionally you can install a few 1st-party content modules:, (*8)

composer require societycms/module-blog:dev-master
composer require societycms/module-documents:dev-master
composer require societycms/module-gallery:dev-master
composer require societycms/module-page:dev-master

Demo Mode

To fill the Database with Demo data, run the following command:, (*9)

php artisan society:demo

The Versions