ocms/ocms-core

The Opossum CMS Core

Installs: 14

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

Language:JavaScript

Type:project

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

This package is auto-updated.

Last update: 2024-03-24 05:56:41 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.