Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/phpexpertsinc/rosettablog
- Owner: PHPExpertsInc
- License: other
- Created: 2014-10-05T20:22:42.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-11-03T04:30:28.000Z (about 3 years ago)
- Last Synced: 2024-03-20T22:33:34.746Z (8 months ago)
- Language: PHP
- Size: 706 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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