ocms/ocms-core

The Opossum CMS Core

Maintainers

Package info

github.com/olegiv/Ocms

Homepage

Language:JavaScript

Type:project

pkg:composer/ocms/ocms-core

Statistics

Installs: 16

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

v0.1.1 2021-11-24 01:07 UTC

This package is auto-updated.

Last update: 2026-02-24 10:36:06 UTC


README

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.