DocCyblade / tkl-rt

RT: Request Tracker TurnKey (On ICE Until 1/1/2017)
GNU General Public License v3.0
1 stars 1 forks source link

my 2c... #31

Closed JedMeister closed 9 years ago

JedMeister commented 9 years ago

I had a quick look at your code. This is what I'd do... It doesn't all work yet but the structure is there. I have made RT the doc root so you no longer need all the other stuff. The Mahara appliance is based on LAPP so that might be of some use in regards to ideas of how stuff should/could be done...

Personally this is how I like to do it: Log into TKLDev in an SSH session and build the appliance (using CHROOT_ONLY=y).

Once it has built open another SSH session (to TKLDev). In one fab-chroot in (to build/root.sandbox) and start postgres & apache and play with the setup. In the other session adjust your build code as you go...

DocCyblade commented 9 years ago

Looking at the code now, I like your two ssh sessions method. Thanks for the kick start in the right direction. If I have any questions about the code I'll post them here

JedMeister commented 9 years ago

I saw your comment but I didn't seem to be able to reply there so am doing it here.

I see you pulled out all the conf.d scripts and put most of the "stuff" in the main. Reason for this?

No really good reason... Just trying to maintain consistency with the other appliances.

Also it was easier as I robbed some stuff from another appliance's conf.d main file. I copy/pasted from your config into conf.d/main...

DocCyblade commented 9 years ago

Ok, just thought I would ask. Going to work on this, this weekend.

JedMeister commented 9 years ago

Cool! :+1: