Skip to content

olegiv/Ocms

Repository files navigation

Opossum CMS

Get Started

Requirements

Installation

  1. Create OCMS project: composer create-project ocms/ocms-core or
  2. Get OCMS source code: git clone https://github.com/olegiv/Ocms.git && composer install
  3. Create configuration file: cp .env.example .env
  4. Create database and database user account.
  5. Edit configuration file (.env) by updating your DB connection (from the previous item) and paths information
  6. Create database schema and initial data by running DB migrations vendor/bin/phalcon-migrations run --config=install/migrations.config.php
  7. Set web server document root to html directory.