|
November -- doing stuff in Perl 6 in the time before Christmas. <november-wiki.org> <github.com/viklund/november> <irclog.perlgeek.de/november-wiki> <nopaste.snit.ch> Set by moderator on 14 December 2008. |
|||
|
10:32
masak joined
11:31
ihrd joined
|
|||
| ihrd | hi | 11:37 | |
| zarah | hi ihrd | ||
| ihrd | masak: do you still have problems with apache configuration for November? | 11:59 | |
| masak | ihrd: I still haven't gotten it to work. | 13:09 | |
| ihrd: hand on, I'm going to switch locations. back in 30m. | |||
| s/hand/hang/ | |||
|
13:29
masak joined
|
|||
| masak is back | 13:29 | ||
| ihrd | masak: sorry, I have not seen | 13:30 | |
| so I what exactly wrong | 13:31 | ||
| what happened? | |||
| masak | ihrd: when I go to localhost I get the Apache welcoming page | ||
| so, Apache works. | |||
| (actually it comes with Mac OS X, so that's ok) | 13:32 | ||
| ihrd | what in your httpd.conf? | ||
| masak | but when I go to localhost/wiki/wiki I get a 403 error. | ||
| ihrd: hold on, I'll nopaste it. | |||
| ihrd | 403? so problem in permissons | 13:34 | |
| masak | aye | ||
| gist.github.com/41265 | 13:35 | ||
| ihrd | do you use your apache for something else? | 13:39 | |
| masak | nope. | 13:40 | |
| ihrd | ok, but why you wish wiki/wiki | ||
| mb just wiki enoght? | 13:41 | ||
| masak | I thought I wanted to access the wiki script in the wiki 'directory' | ||
| my ScriptAlias defines the alias /wiki/ | 13:42 | ||
| should I just define '/', you think? | |||
| what's in your httpd.conf? | 13:43 | ||
| ihrd | and so, you need something like | ||
| RewriteEngine on | |||
| RewriteRule ^/wiki/([^\\.]*)$ /november/wiki.sh [PT] | |||
| masak | eh. | ||
| ihrd | for delegate all wiki/* to november script | ||
| masak | then what did my ScriptAlias do? | 13:44 | |
| ihrd | in my example it live in /november/* | ||
| masak | probably /november/p6w/*, right? | 13:45 | |
| do I need to copy my files outside of my repo? | |||
| masak feels lost in a jungle of Apache settings | |||
| ihrd | I do not use ScriptAlias, and yes I just put all I need to another dir for apache | 13:46 | |
| masak | that might explain why you get it to work, and I don't... | 13:47 | |
| ihrd | You can use something like | 13:48 | |
| <Directory /path_to_your_apache_root/november/> | |||
| Options +ExecCGI | |||
| AddHandler cgi-script cgi pl sh pl6 | |||
| Order allow,deny | |||
| Allow from all | |||
| </Directory> | |||
| I do not remeber exactly, but mb somrthing like | 13:49 | ||
| <Location /november > | |||
| Options +ExecCGI | |||
| Order allow,deny | |||
| Allow from all | |||
| </Location> | |||
| masak | thanks, I'll try that. | 13:50 | |
| what does the 'Location' directive do? | 13:51 | ||
| ihrd | my httpd.conf have many historical layers, so it can confuse your :) | 13:52 | |
| masak | (1) make it work, (2) make it less confusing :) | ||
| ihrd | httpd.apache.org/docs/2.0/mod/core.html#location | 13:53 | |
| zarah | ihrd's link is also tinyurl.com/dytd2 | ||
| ihrd | it works for my | ||
| excuse my comm lag, I just tring to do many things in parallel | 13:54 | ||
| masak | this 'path_to_your_apache_root', where might that be? | ||
| ihrd | look at your DocumentRoot directivs | 13:56 | |
| masak | oki | ||
| I can't devote much attention to testing things now, unfortunately. | 13:58 | ||
| I'm writing a scientific article with a friend. | |||
| anyway, I got p5w's CleanAndSoft skin working. I'm ready to port it to p6w, which should probably be fairly easy. | |||
| after that, I think we'll do a much-needed server-side upgrade. | 13:59 | ||
| ihrd | I was deploy last november today and catch a lot of ugly bugs :( | ||
| masak | ihrd++ | ||
| that's why I want to get it running locally, too | |||
| ihrd | we need some functionality tests | ||
| something like test for authorization, page editing etc | 14:00 | ||
| masak | aye | 14:01 | |
| I was thinking about that early this summer | |||
| maybe with some heavy-duty mocking, it'd work. | |||
| ihrd | what title of your article? | 14:02 | |
| masak | ihrd: it's a secret. academia is a bit touchy about being first with releasing stuff. | ||
| ihrd | okay | 14:04 | |
| masak | but we're working on this product at $work: www.bioclipse.net/ | 14:05 | |
| ihrd | so do you have time to our grant propusal? | ||
| masak | sure, I'll have small slices of time to discuss it. | 14:06 | |
| not much left now before we can send it to TPF. | |||
| ihrd | o, biology and chemistry soft | 14:10 | |
| about grant -- do you have some question to my? | 14:11 | ||
| what do you need to complite it? | |||
| masak | ihrd: we need to agree on salaries for everybody. | 14:16 | |
| that's all, I think. | |||
| ihrd | so, and I think we should who do what | 14:17 | |
| I know what I whatn to do | |||
| but what planing Tene and you -- I do not know | 14:18 | ||
| masak | I think I have about the same time plan as you. | 14:20 | |
| and your $/h sounds good too. | 14:21 | ||
| we might add something about being fine with getting the money either in one lump, or in installments | |||
| ihrd | I think that should be part for each month, if we done it with good result | 14:26 | |
| but I do not know, hove TPF works | |||
| masak | ihrd: judging from other proposals, people propose how that'll happen. | 14:28 | |
| ihrd | Okay, I think month installements is okay | 14:29 | |
| btw, we still need to understand what part of work doing each of us | 14:30 | ||
| I know me limits | |||
| I think fastcgi -- reaaly necesary, but without IO in Rakudo I cant implement it | |||
| (sorry, I can use only one hand now, my sun sleep on the other) | 14:32 | ||
| but mb Tene can dp some work using Parrot IO | |||
| masak | ihrd: (re son sleeping on arm) how cute! :) | 14:33 | |
| ihrd: (re Tene/Parrot IO) yes, that sounds good. we should talk about that, and maybe write something about it in the proposal. | 14:34 | ||
| ihrd | Do your speak with Tene at all? I was tring, but look like he was totaly busy. | 14:49 | |
| masak | haven't spoken to him in a week or so now. | 14:50 | |
| Tene: ping | 15:04 | ||
| ihrd | look like all your packages lost | 15:11 | |
| I need to go | 15:13 | ||
| bb | |||
|
15:14
ihrd left
17:03
p6eval joined
17:07
p6eval joined
|
|||
| Tene | masak: pong | 20:00 | |
| masak | Tene: oh hai. what do you think about the current state of the proposal? | 20:01 | |
| we know we need to address at least two things before we send it: (1) who does what, and (2) money. | |||
| Tene | link? | ||
| masak | sec | 20:02 | |
| Tene: your status is 'AWAY: Gone Forever', btw | 20:03 | ||
| Tene | Yes, it is. | ||
| masak | freenode thought it necessary to tell me that when I msg'd you just now. | 20:04 | |
| Tene | you don't have "building the other two web applications" on the schedule | 20:08 | |
| masak | we should write something about that, yes. | 20:11 | |
| but there's the danger of promising to 'finish' them, or something equally silly. | 20:12 | ||
| Tene | true | ||
| masak | is there a stage in the life cycle of an application between 'planning' and 'stable 1.0' that we could reasonably acheive in two months' time for two web apps? | 20:14 | |
| perhaps, 'alpha' or 'pre-alpha' or some such. | |||
| Tene | I'd just say "Implement basic functionality" | 20:15 | |
| masak | sounds good to me. care to add that? | ||
|
21:48
zarah joined,
moritz_ joined
|
|||