| *** alga has quit IRC | 00:07 | |
| *** pcardune_ has quit IRC | 00:30 | |
| *** th1a has quit IRC | 01:16 | |
| *** jelkner has quit IRC | 01:20 | |
| *** wbrady has joined #schooltool | 02:08 | |
| *** wbrady has quit IRC | 02:36 | |
| *** mgedmin has joined #schooltool | 02:56 | |
| *** mgedmin has quit IRC | 03:54 | |
| *** lisppaste5 has quit IRC | 06:11 | |
| *** lisppaste5 has joined #schooltool | 06:22 | |
| *** mgedmin has joined #schooltool | 15:39 | |
| *** wbrady has joined #schooltool | 15:51 | |
| *** wbrady has quit IRC | 21:15 | |
| *** eldar has joined #schooltool | 21:32 | |
| *** ignas has joined #schooltool | 23:03 | |
| eldar | ignas: hi | 23:03 |
|---|---|---|
| ignas | hi | 23:03 |
| ignas | so where should we start? | 23:04 |
| ignas | do you have an up to date schooltool sandbox set up? | 23:04 |
| ignas | though we might just start from a cando-buildout branch | 23:04 |
| ignas | i guess | 23:04 |
| ignas | svn co svn+ssh://source.schooltool.org/svn/cando/branches/cando-buildout-integration somewhere | 23:05 |
| eldar | ok | 23:05 |
| ignas | under some sandbox directory | 23:05 |
| ignas | like sandbox/cando | 23:05 |
| ignas | so you could have schooltool in ssandbox/schooltool | 23:05 |
| ignas | in case you'll need more packages in development mode | 23:06 |
| eldar | when you say sandbox you mean a branch up on the server? | 23:06 |
| eldar | or here locally | 23:06 |
| ignas | here locally | 23:07 |
| ignas | http://www.schooltool.org/documentation/setting-up-a-development-server/your-development-environment/ | 23:08 |
| ignas | should list most of the things you have to do | 23:08 |
| ignas | but instead of stap2007 | 23:08 |
| ignas | of stap2008 | 23:08 |
| ignas | you are using cando | 23:08 |
| eldar | ok | 23:08 |
| eldar | thanks | 23:08 |
| ignas | "develop = . ../schooltool" | 23:09 |
| ignas | and svn co schooltool up the tree | 23:09 |
| ignas | before dpoing "make run" | 23:09 |
| eldar | what's dpoing | 23:10 |
| ignas | doing | 23:11 |
| ignas | ;) | 23:11 |
| ignas | a typo | 23:11 |
| eldar | haha ok, i thought there was some action where you dpo something | 23:11 |
| ignas | :) | 23:13 |
| eldar | hmmm this virtual box is taking its time | 23:14 |
| ignas | is the virtual box taking time or is it just downloading all the eggs | 23:15 |
| eldar | virtual box | 23:15 |
| eldar | sorry i can't really run linux full cuz the campus network isn't linux friendly | 23:15 |
| eldar | it's all wireless and i have to set up some weird certificates | 23:16 |
| eldar | and write scripts just to connect to it | 23:16 |
| eldar | step #2 | 23:19 |
| eldar | i can't make sense out of the command | 23:19 |
| eldar | bzr get ... but that doesn't exist | 23:19 |
| ignas | don't need that | 23:19 |
| ignas | you won't use lyceum | 23:20 |
| ignas | journal | 23:20 |
| ignas | and change develop to the one i gave you | 23:20 |
| ignas | and skip the schooltool.lyceum.journal line | 23:20 |
| ignas | from the [test-all] thing as well | 23:20 |
| eldar | is there a list of all dependencies? for the development environment? | 23:26 |
| eldar | i skipped the test where i get the makefile that sets up the ubuntu-environment for me | 23:26 |
| ignas | look inside of it | 23:27 |
| ignas | it does apt-get install | 23:28 |
| ignas | on all the dependencies | 23:28 |
| ignas | so it should list them quite accurately | 23:28 |
| eldar | well here's the step right before it | 23:29 |
| eldar | $ bzr get lp:~ignas/schooltool/schooltool.stapp2008spring/ | 23:29 |
| eldar | Grabs our "buildout" configuration that scripts the rest of the installation. | 23:29 |
| ignas | hmm | 23:30 |
| eldar | there are no instructions on actually get the script | 23:30 |
| ignas | hmm? | 23:30 |
| ignas | .PHONY: ubuntu-environment | 23:30 |
| ignas | ubuntu-environment: | 23:30 |
| ignas | @if [ `whoami` != "root" ]; then { \ | 23:30 |
| ignas | echo "You must be root to create an environment."; \ | 23:30 |
| ignas | echo "I am running as $(shell whoami)"; \ | 23:30 |
| ignas | exit 3; \ | 23:30 |
| ignas | } else { \ | 23:31 |
| ignas | apt-get install subversion build-essential python-all python-all-dev libc6-dev libicu-dev; \ | 23:31 |
| ignas | apt-get build-dep python-imaging; \ | 23:31 |
| ignas | apt-get build-dep python-libxml2 libxml2; \ | 23:31 |
| ignas | echo "Installation Complete: Next... Run 'make'."; \ | 23:31 |
| ignas | } fi | 23:31 |
| ignas | the Makefile | 23:31 |
| ignas | no bzr in ti | 23:31 |
| eldar | yeah i get what you mean | 23:31 |
| ignas | you can ignore the bzr parts anyway | 23:31 |
| eldar | but what you linked me to | 23:31 |
| eldar | http://www.schooltool.org/documentation/setting-up-a-development-server/your-development-environment/ | 23:31 |
| ignas | yes | 23:31 |
| ignas | it is for our sprint dev environment | 23:31 |
| eldar | that doesn't give me a place to grab the makefile | 23:31 |
| ignas | you don't need a makefile | 23:31 |
| ignas | it is in cando install | 23:31 |
| ignas | cando checkout | 23:31 |
| ignas | the branch one | 23:31 |
| eldar | oooooooh | 23:32 |
| ignas | as well as buildout.cfg | 23:32 |
| ignas | that need to be modified | 23:32 |
| ignas | and you will run "make run" and all the other stuff | 23:32 |
| ignas | in the cando checkout | 23:32 |
| *** mgedmin has quit IRC | 23:40 | |
| eldar | there is all sorts of errors appearing | 23:59 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!