Uninen / kabinettiorg (http://kabinetti.org/)

The source of kabinetti.org Web site (to come).

Clone this repository (size: 4.9 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/Uninen/kabinettiorg/
View at rev
kabinettiorg /
filename size last modified message
apps  
conf  
data  
kabinettiorg  
media  
templates  
.hgignore 169 B 12 months ago Added testproject command, fixed lightning tests
AUTHORS 308 B 12 months ago Added Mika to AUTHORS
LICENSE 1.5 KB 13 months ago Added Lightning readme, bsd-style license and a very…
README 1.5 KB 12 months ago Added South

README

=============
Kabinetti.org
=============

Installation
============

Setting up developing environment for running Kabinetti.org-project is fairly
easy and straightforward:

1. Install Django (either 1.0.x or latest svn)
2. Add project directory and apps-directory to your PYTHONPATH
3. Set DJANGO_SETTINGS_MODULE
4. Profit!11

For more info on installing Django, see 
http://docs.djangoproject.com/en/dev/intro/install/


External Apps
=============

Following external apps are svn exported to apps-directory:

* `django-tagging`_ (r154)
* `django_openid`_ (r64)
* `south`_ (r159)

.. _django-tagging: http://code.google.com/p/django-tagging/
.. _django_openid: http://code.google.com/p/django-openid/
.. _south: http://south.aeracode.org/


Helpful shit
============

Delete .pyc files::

    find ./ -type f -name "*.pyc" -exec rm -f {} \;


Kabinettibuntu virtual machine
==============================

Based on Ubuntu JeOS 8.10.
Available at: http://office.syneus.fi/media/kabinetti/

User: kabinettiorg
Password: salasana

Following packages are installed:

apt
---

* ssh
* pwgen
* subversion
* mysql-server (root: saiphu6eoTuz)
* python-dev
* python-setuptools

easy_install
------------

* mercurial
* markdown
* python-openid


How to use it
-------------

Start the virtual machine, log in as kabinettiorg, cd to 
`~/kabinettiorg/kabinettiorg` and run `python manage.py syncdb` to create
Django database. After that run `python manage.py runserver 0.0.0.0:8000` and
point your Web browser to the IP of the virtual machine, on port 8000. That's 
it!