-
Notifications
You must be signed in to change notification settings - Fork 1
Home
brahle edited this page Sep 18, 2011
·
8 revisions
Welcome to the skoljka wiki!
How was the development server set:
mkdir Downloads; cd Downloads
wget https://raw.github.com/fpavetic/skoljka/master/scripts/install.sh
./install.sh # don't set up git, nor ssh keys
sudo pip install django-model-utils # TODO(gzuzic): convert this to install.sh
cd ~; git clone git://github.com/fpavetic/skoljka.git # read-only repository
./manage.py syncdb
./manage.py runserver <outside_ip>:<port>