Navigation Menu

Skip to content

atuinframework/gae-atuin-cms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GAE Atuin CMS

GAE Atuin CMS is a Content Management System to build cloud-based websites that rely on top of the GAE Atuin Web Framework. This CMS is designed to be deployed on Google App Engine and to use the Google Datastore.

Features

  • The good famous Flask web framework

  • i18n with Babel

  • Google Auth support and decorators

  • The atuin-tools development environment for

    • SASS preprocessing
    • CSS concatenation and minification
    • JS concatenation, minification and obfuscation
    • Images optimization
    • Translations management (extraction, compilation )
    • Pre-deploy preparation task
    • Deploy procedure

Dependencies

  • docker-compose

Quick start

git clone git@github.com:atuinframework/gae-atuin-cms.git

cd gae-atuin-cms

# install dependencies
docker-compose run --rm tools gulp update

docker-compose up

Links