Skip to content
This repository has been archived by the owner on Mar 16, 2018. It is now read-only.

alefnula/perart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TeacupCMS

TeacupCMS is a lightweight CMS designed to run on Google App Engine.

Installing

To run TeacupCMS you need:

  1. First install the Google App Engine SDK for Python.
  2. Download and extract TeacupCMS.
  3. Create django.zip from django package and place it in the src folder.
  4. Place the appengine_django and test_extensions packages in the src folder.
  5. Create a symbolic link to App Engine SDK in the src package:

    cd teacupcms/src
    ln -s ${PATH_TO_GOOGLE_APPENGINE_SDK} .google_appengine
  6. Place the tiny_mce, jquery.js and jquery-ui.js in the src/static/js folder.
  7. Run python manage.py runserver and go to http://localhost:8000/admin/

Contributing

Send wishes, comments, patches, etc. to alefnula@gmail.com.