Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ergo/ziggurat_cms

Some experimental CMS tht I've been playing with - do not use in production for now
https://github.com/ergo/ziggurat_cms

Last synced: about 14 hours ago
JSON representation

Some experimental CMS tht I've been playing with - do not use in production for now

Awesome Lists containing this project

README

        

# docker start
mkdir rundir
docker-compose up

# docker dev start

USER_UID=`id -u` USER_GID=`id -g` docker-compose up

# create fresh db

docker-compose exec web ziggurat_cms_db_migrate config.ini

# populate with basic entries

docker-compose exec web ziggurat_cms_db_initialize config.ini

# using static generators to build assets when required

# admin
docker-compose run statics_admin yarn build

# front
docker-compose run statics_front yarn build