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 (
commit d169e249fe7c02bfe1a303c36f31bebe9245c503
tree 80e653849a2378ec3ddde36b0aa5cd1c8347d2ac
parent ab8a43c9491f148738b071dabce021c814e0f674
tree 80e653849a2378ec3ddde36b0aa5cd1c8347d2ac
parent ab8a43c9491f148738b071dabce021c814e0f674
nanabox /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
.htaccess-fcgi.example | ||
| |
LICENSE.txt | ||
| |
README.txt | ||
| |
baseproject/ | ||
| |
dispatch.fcgi.example | ||
| |
nanabox-extlibs/ | ||
| |
nanabox-plugins/ | ||
| |
nanabox/ | ||
| |
passenger_wsgi.py.example |
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 ------------ :)








