Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/phpexpertsinc/rosettablog

A minimalist blogging platform.
https://github.com/phpexpertsinc/rosettablog

Last synced: about 5 hours ago
JSON representation

A minimalist blogging platform.

Awesome Lists containing this project

README

        

## The Rosetta Blog Platform

### Installation

#### DB Creds

cat database.config | base64 -d > database.config.dec
cat database.conf.dec | base64 -w 2000 > database.config

#### Password Protect Adminer

echo -n 'username:' >> docker/web/htpasswd
openssl passwd -apr1 >> docker/web/htpasswd