Show DevBest ribbon 2018.4.13

Jian

Resident Weeb
Contributor
Sep 2, 2011
687
437
ribbon_logo.png
release 2018.4.13
A personal content management system project that uses Express and MongoDB.

For the first time in 2 months of development (much of it in secret), the first stable release is now available! Introducing ribbon 2018.4.13.
Updates will still be ongoing as I will be using it for all my future projects.

GitHub Repository:
Screenshots of default theme and :
Front-end demo: and

Why use dates?
Well, I figured that since I will be doing incremental updates rather than major releases, using dates would be a better indication of versioning.

Releases
You can view the current release here:

Installation
Get the latest version of ribbon by cloning the master repository (the master repository contains the current stable release).
Code:
git clone https://github.com/jtpox/ribbon.git

ribbon comes with many dependencies, like Express and Mongoose.
Code:
cd ribbon
npm install
Open the folder where ribbon is cloned to and install the dependencies using npm.

To configure what database ribbon will use as well as other settings, edit these files till you see fit.
Code:
config/database.json
config/server.json

Minimum database information is needed to make ribbon run.
Code:
npm run install
The command will run the script which is associated to install.js. After running the script, there will be instructions on how to log in to the administrators' database. But before you can do that, ribbon has to run.
Code:
node ribbon.js
or
pm2 start ribbon.js
 
Last edited:

Users who are viewing this thread

Top