rudyryk / nanabox
- Source
- Commits
- Network (1)
- Issues (1)
- Downloads (1)
- Wiki (1)
- Graphs
-
Tree:
fd5478d
commit fd5478d572519c188dc28afb67b9fc19f8f9f911
tree 222786a86d8f7f1efcae20d69b75eb9d57226bd7
parent d169e249fe7c02bfe1a303c36f31bebe9245c503
tree 222786a86d8f7f1efcae20d69b75eb9d57226bd7
parent d169e249fe7c02bfe1a303c36f31bebe9245c503
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 ------------ :)

