Announcement
Collapse
No announcement yet.
Open-Xchange Hyperion VMware Image
Collapse
X
-
Originally posted by neo View Post
when you make a new thread with all information about the image i gonna make it sticky. then can everybody see this info in the first posting and you can easily update it.
Comment
-
AFAIK Virtual Appliances for one or various distributions are planned to be distributed via Open-Xchange to make life easier for you
I myself will build a Appliance working with Debian Etch this week for my own requirements. If this Appliance is reviewed by QA and documentation is finished I'm looking forward to make this and perhaps the Ubuntu-Appliance to an official VirtualAppliance on VMNT.
Note that it could take some, during my testings on weekend I recognized some differences between Ubuntu and Debian Etch and I won't distribute stuff that isn't full working.
If you have any ideas / requirements regarding VirtualAppliances feel free to post it here - communitys output is a part of our input
Daniel
Comment
-
Comment
-
Good idea - full ACK.
We should use a domain this is suggested to use for testing purposes as "Reserved Example Second Level Domain Names" in RFC 2606: http://www.rfc-archive.org/getrfc.php?rfc=2606
My suggestions:
- root-passwd: secret
- domain example.com
- hostname: etch-xchange-ce, dapper-xchange-ce ($distribution-xchange-$edition)
- networking: DHCP
- openexchange-password: secret
- oxadmin password: secret
- mysql-root-password: not set
- user : password: sally.sales:sally!, sean.sales:sean!, marry.marketing:marry, manuel,marketing:manuel!, robert.ressource:robert!
- groups: sales(sally.sales, sean.sales), marketing(marry.marketing, manuel,marketing)
- ressources: beamer, conference-room
create-user example:
Code:/opt/open-xchange/sbin/createuser -A oxadmin -P secret \ --username sally.sales --displayname "Sally Sales"\ --password sally! --email sally.sales@example.com --givenname Sally\ --surname Sales --language en_US --timezone Europe/London \ --department Sales --company "Open-Xchange Demo"
Code:/opt/open-xchange/sbin/createresource -A oxadmin -P secret \ --name beamer\ --displayname "Beamer" \ --email robert.ressource@example.com --available true \ --description "Beamer with 1280x1024 resolution"
Will create a wiki entry which describes all this next week...
Daniel
Comment
-
Well, when you use "!" in the command line without the single quotes around the parameter I think it will fail. ;-)
I'll check the VM this evening and provide a new one.
For the User:
Is it ok to have a little CSV file which is the input for a little script that creates the user,groups and mailbox?
So everyone can perform a massupdate
The build-number should be in the filename also, what do you think?
Comment
-
Well, when you use "!" in the command line without the single quotes around the parameter I think it will fail. ;-)
I'll check the VM this evening and provide a new one.
For the User:
Is it ok to have a little CSV file which is the input for a little script that creates the user,groups and mailbox?
The build-number should be in the filename also, what do you think?
open-xchange_community-edition_build-$buildnumber_date.zip
Daniel
Comment
Comment