This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
nanabox /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed Oct 07 05:27:30 -0700 2009 | |
| |
.htaccess-fcgi.example | Sun Aug 23 10:24:06 -0700 2009 | |
| |
LICENSE.txt | Sun May 31 07:25:36 -0700 2009 | |
| |
README.txt | Sun May 31 07:25:36 -0700 2009 | |
| |
baseproject/ | Mon Oct 12 10:04:28 -0700 2009 | |
| |
dispatch.fcgi.example | Sun Aug 23 10:24:06 -0700 2009 | |
| |
nanabox-extlibs/ | Sat Oct 10 03:01:23 -0700 2009 | |
| |
nanabox-plugins/ | Sat Oct 10 01:51:55 -0700 2009 | |
| |
nanabox/ | Sun Oct 11 12:59:35 -0700 2009 | |
| |
passenger_wsgi.py.example | Sun Aug 23 10:24:06 -0700 2009 |
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 ------------ :)







