Skip to content

opensourcedoc/flat-file-cms-php

Repository files navigation

Flat-File CMS in PHP

Implement a flat-file CMS with plain PHP.

System Requirements

Back End

  • Production
    • A major GNU/Linux distribution is recommended
    • PHP 8.1 or above
    • CommonMark
  • Development

Front End

Install CLI Tools on Windows

> choco install php --version=8.1.8
> choco install composer
> choco install nodejs --version=16.16.0
> choco install rsync
> choco install sed

Usage

Clone the repo:

$ git clone https://github.com/opensourcedoc/flat-file-cms-php.git
$ cd flat-file-cms-php

Run the website locally:

$ ./tools/bin/serve localhost:5000

Copyright

Copyright (c) 2022 Michelle Chen. Licensed under MIT