public
Description: Web engine powered by Django
Homepage: http://nana.05bit.com
Clone URL: git://github.com/rudyryk/nanabox.git
README.txt
Nanabox
=======

NanaBox is web engine powered by Django (http://djangoproject.com)

NanaBox home page: http://nana.05bit.com


0. Disclaimer
-------------

It's very early release with basic functions, so don't expect much.
Developers are welcome.


1. Installation
---------------

Actually, only installation for brave ones is available for now :)
It's described below in brief.

1.1 Requirements

For Nanabox to work you'll need:

 - Python 2.5 or higher
 - Django 1.0 or higher
 - Web server running Django applications: FastCGI / WSGI / mod_python
 - Any database support: SQLite / MySQL / PostgreSQL
 - SSH access (web installation is not available yet)

1.2 Starting

Deployment process is like for any Django project:

 - Upload files to web server
 
 - Setup database access in 'nanabox/settings.py':
 
 - Run 'manage.py syncdb' on server, use SSH for that,
   you'll be asked to setup admin user, do it!
   
 - Run project with mod_python/FastCGI/WSGI:
   http://docs.djangoproject.com/en/dev/howto/deployment


2. Development
--------------

The goal is to provide modern and simple web engine.

Applications:
 - collaboration wiki
 - small business wiki
 - personal site / wiki
 - ... may be discovered later :)

Key features:
 - themeable by nature - easy design development
 - multilingual by nature
 - one-click installation
 - simple wiki-based approach

Development is inspired by great products:
 - Trac http://trac.edgewall.org
 - Django http://www.djangoproject.com
 - Drupal http://drupal.org


Developers group in not actually formed yet.
You may contact me: Alexey <rudy@05bit.com>


3. That's it
------------

:)