internalfx / pageflo

A new super flexible open source CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PageFlo

PageFlo is an open source headless CMS that gives you the flexibility to host almost any content you can imagine.

Features

  • Handles multiple publications, apps or websites.
  • Create custom content types.
  • File storage.
  • Image resizing.
  • Video streaming.
  • Simple JSON api

Run a dev server in minutes

note: It is assumed you are using nvm.

1. Get a DB server running.

PageFlo uses ArangoDB as its datastore. There are many options for running it.

2. Get the code.

git clone https://github.com/internalfx/pageflo.git

3. Get dependencies

nvm exec yarn

4. Copy example config file

cp example-config.js config.js

5. modify config to suite your needs

nano config.js

6. start your dev server!

nvm run app.js --build

Poorly Made demonstration video!

Watch Now!

Screenshots

Content Editor Files Type Editor

About

A new super flexible open source CMS

License:Apache License 2.0


Languages

Language:Vue 61.9%Language:JavaScript 38.1%Language:HTML 0.0%