You are here
Firstly I'd like to congratulate the devs here at Turnkey Linux. What a fantastic product - and free to boot! Brilliant!
I'm a bit of a linux noob (and a Win PowerUser+ - possibly the worst kind of linux noob) but I'm keen to get my hands dirty and am looking at setting up an online remote office portal utilising TurnKey Linux LAMP and opengoo.org.
The installation ran really smoothly and the default LAMP setup seems to work a treat!
But when I tried to upload (and unzip) the OpenGoo .zip package (using the built-in file manager) it complained that "Failed to extract file : Missing unzip command" I had a bit of a search around online and couldn't find much. Finally I figured that the zip packer/unpacker (whatever its called) wasn't installed.
So in the interests of any other noobs playing with this LAMP who hit the same snag, thought I'd post with the 2 simple lines that it took to remedy the problem:
Log into your server and type in these 2 lines of text (type in first one, hit enter, wait, then type in second line).
# apt-get update
# apt-get install zip unzip
Too easy!
Thanks for the great feedback, and ...
https://bugs.launchpad.net/turnkeylinux/+bug/356099
Regarding OpenGoo, you are not the first to mention it, so I created a blueprint. We would also appreciate if you document the integration in the development wiki which would assist us in creating the appliance.
Cheers!
Excellent!
Cheers
PS so far the only extras I needed to do to get it running were install the 'gd' extension
# apt-get install php5-gd
and change the permissions on a few folders (I'm not 100% sure why I had to do that, I'll chase that up a bit more and report back).
Great to have you onboard!
Also check out the development page in the community section of the website for some more details.
Cheers
i have no icon for decompress in filemin
there is only an compress icon
so i cant decompress my tar.gz file ?
ok i do it from shell instad
tar -zxvf system.tar.gz
That's weird, I'll need to investigate further
We probably should put in a feature request with Webmin to include that (or perhaps the latest version of Webmin already includes it? We're a little behind version wise).
little behind version wise
yes i tried getting module from webmin and it said my version was too old.
Ok, that is probably it then...
thank you
yes no worry i can wait now i know you are active when you got time,
Add new comment