Re: Plone deployment - Need help

View: New views
6 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: Plone deployment - Need help

by Carsten Senger-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi all,

I cc the web list so the other plone guys can comment.

--On Dienstag, Juni 16, 2009 16:23:58 -0300 Alexandro Silva
<penguim@...> wrote:

> Hey Guys,
>
> Now that I need help. I installed the Plone[1] in socket server, but I'm
> having a problem accessing the url socket.gnome.org:8090/manage. The port
> 8090 is closed for the external access, I tried to create a rule for open
> the port but without success.
>
> Following this how-to[2] I tried to create a virtual host but without
> success too.
>
> Could someone help me in this task?
>
> The Plone is installed and running, I need help to open the port 8090 or
> create the virtual host.

I would be happy if we can have both. an port forwarding of 8090 for low
level zope experiments, and an virtual host for the test server to reach
test
instances over fixed subdomains.
I remember someone mentioned that there is a subdomain "reserved" (whatever
that means) for plone development of wgo though I can't find a reference.
that should be used for development.

If someone has it's hands on it, I suggest to do these things:

- 1 subdomain, say plone.socket.gnome.org, for the continous updated test
  instance
- 1 subdomain, say edit.socket.gnome.org, for a stable instance where
  content editors can work without getting hidden by broken development
  branches
- open up port 8090 to reach the server and do through the web zope
  administration for the case we need it (alternatively we can add
additional
  rewrite rules to the virtual host to expose zopes admin interface.

..Carsten

_______________________________________________
gnome-web-list mailing list
gnome-web-list@...
http://mail.gnome.org/mailman/listinfo/gnome-web-list

Re: Plone deployment - Need help

by Alexandro Silva-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi folks,

If someone has it's hands on it, I suggest to do these things:

- 1 subdomain, say plone.socket.gnome.org, for the continous updated test
 instance

I tried create this news subdomains in menubar server but I haven't permission.
 

- 1 subdomain, say edit.socket.gnome.org, for a stable instance where
 content editors can work without getting hidden by broken development
 branches

Same problem above.
 

- open up port 8090 to reach the server and do through the web zope
 administration for the case we need it (alternatively we can add additional
 rewrite rules to the virtual host to expose zopes admin interface.

After to create the subdomains above I will create create the virtualdomains.


..Carsten


Regards,

--
Alexandro Silva
http://penguim.wordpress.com
penguim@...
Skype: Al3xos

_______________________________________________
gnome-web-list mailing list
gnome-web-list@...
http://mail.gnome.org/mailman/listinfo/gnome-web-list

Re: Plone deployment - Need help

by Lucas Rocha-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

FYI: the idea[1] was to have the test website at http://website-test.gnome.org.

Cheers!

--lucasr


[1] http://live.gnome.org/GnomeWeb/Plone/Deployment

2009/6/18 Alexandro Silva <penguim@...>:

> Hi folks,
>
>> If someone has it's hands on it, I suggest to do these things:
>>
>> - 1 subdomain, say plone.socket.gnome.org, for the continous updated test
>>  instance
>
> I tried create this news subdomains in menubar server but I haven't
> permission.
>
>>
>> - 1 subdomain, say edit.socket.gnome.org, for a stable instance where
>>  content editors can work without getting hidden by broken development
>>  branches
>
> Same problem above.
>
>>
>> - open up port 8090 to reach the server and do through the web zope
>>  administration for the case we need it (alternatively we can add
>> additional
>>  rewrite rules to the virtual host to expose zopes admin interface.
>
> After to create the subdomains above I will create create the
> virtualdomains.
>
>>
>> ..Carsten
>>
>
> Regards,
>
> --
> Alexandro Silva
> http://penguim.wordpress.com
> penguim@...
> Skype: Al3xos
>
> _______________________________________________
> gnome-infrastructure mailing list
> gnome-infrastructure@...
> http://mail.gnome.org/mailman/listinfo/gnome-infrastructure
>
_______________________________________________
gnome-web-list mailing list
gnome-web-list@...
http://mail.gnome.org/mailman/listinfo/gnome-web-list

Re: Plone deployment - Need help

by Owen Taylor :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, 2009-06-18 at 12:36 -0300, Alexandro Silva wrote:

> Hi folks,
>
>         If someone has it's hands on it, I suggest to do these things:
>        
>         - 1 subdomain, say plone.socket.gnome.org, for the continous
>         updated test
>          instance
>
> I tried create this news subdomains in menubar server but I haven't
> permission.

You'll have to sort out the permissions with John Carr. Just some quick
notes about zone file editing (not sure if it's on the wiki anywhere)

 * Zone file are in /var/named/chroot/master/

 * When editing one of the files, you must change the serial.

 * Be *really*, *really* careful about changing the serials. Make
   sure you exactly follow the format commented and check your
   work twice.

 * Once you are done, use 'service named reload'

Projects for somebody:

 * Get the Zone files into git with an auto-checkout that updates
   and reloads named.
 * Add push hooks to make sure that the serial updates were done
   correctly.

- Owen


_______________________________________________
gnome-web-list mailing list
gnome-web-list@...
http://mail.gnome.org/mailman/listinfo/gnome-web-list

Re: Plone deployment - Need help

by Olav Vitters :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Thu, Jun 18, 2009 at 12:36:12PM -0300, Alexandro Silva wrote:
> If someone has it's hands on it, I suggest to do these things:
> >
> > - 1 subdomain, say plone.socket.gnome.org, for the continous updated test
> >  instance
>
>
> I tried create this news subdomains in menubar server but I haven't
> permission.

Please, not something like above. Not sure if Plone requires it, but
seems really crappy subdomain names, especially when we can choose
anything.gnome.org.

The website-test e.g. is much better, just CNAME it to socket, don't
prefix it in the name itself.

--
Regards,
Olav
_______________________________________________
gnome-web-list mailing list
gnome-web-list@...
http://mail.gnome.org/mailman/listinfo/gnome-web-list

Re: Plone deployment - Need help

by Alexandro Silva-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



Please, not something like above. Not sure if Plone requires it, but
seems really crappy subdomain names, especially when we can choose
anything.gnome.org.

The website-test e.g. is much better, just CNAME it to socket, don't
prefix it in the name itself.

Sure, you're totally right. That is what I'm thinking of doing, just create a CNAME.
 

--
Regards,
Olav


Regards,

--
Alexandro Silva
http://penguim.wordpress.com
penguim@...
Skype: Al3xos

_______________________________________________
gnome-web-list mailing list
gnome-web-list@...
http://mail.gnome.org/mailman/listinfo/gnome-web-list