Hello, I'm a newbie with Zope and maybe the question I will pose is really stupid but please help me. I'd like to use Zope with Linux ( I'm under a Debian), I installed Zope but I can't start using Zope to make a new web site. I verified that Zope is running but I don't know how to start this program to start building my new web site. May I have to configure something ? I have read lots of things about Zope but I wasn't able to start ... please help me ... Thanks a lot I hope you'll help me. Pierrick
On Thu, 14 Dec 2000, Pierrick PONS wrote:
I verified that Zope is running but I don't know how to start this program to start building my new web site.
You don't need to "start" it if it is already running - just connect to it with your browser. If you installed it with default settings, point your browser to localhost:8080/manage, enter your superuser password (did you created one while installing?), login, goto acl_user folder, create a user with Manager role, stop your browser (close all windows), restart he browser, goto the same location, enter your manager's password - and viola! Start creating objects - Folders, DTML Documents and Methods, etc. Oleg. ---- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
To start Zope you do that on the commandline or as a service. To start _working_ with it you use your webbrowser. If you installed Zope on port 8080 (most likely I think), go to 127.0.0.1:8080 to see you Zope. To work with it, you go to 127.0.0.1:8080/manage If you get into the management interface but have problems with adding stuff and userrights: Search the mailing list or browse the How-Tos for entries about SuperUser accounts and Managers. Have you "read lots of things about Zope"? Nice to hear ;) Peter ----- Original Message ----- From: "Pierrick PONS" <ppons@cvf.fr> To: <zope@zope.org> Sent: Thursday, December 14, 2000 12:43 PM Subject: [Zope] Start with Zope
Hello,
I'm a newbie with Zope and maybe the question I will pose is really stupid but please help me. I'd like to use Zope with Linux ( I'm under a Debian), I installed Zope but I can't start using Zope to make a new web site. I verified that Zope is running but I don't know how to start this program to start building my new web site. May I have to configure something ? I have read lots of things about Zope but I wasn't able to start ... please help me ...
Thanks a lot I hope you'll help me.
Pierrick
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Le Thu, Dec 14, 2000 at 01:20:35PM -0000, peter bengtson à écrit: # To start Zope you do that on the commandline or as a service. # To start _working_ with it you use your webbrowser. # If you installed Zope on port 8080 (most likely I think), go to Not with Debian package because port 8080 is already use by wwwofle. The default port is 9673. -- Sébastien Douche <seb@yotaworld.org> French Zopista / www.zope.org
Sorry for this stupid question ! In fact I have a proxy on my computer that's why it was a little difficult to start. I change the port by 9673 on my navigator and it does start .... I 'm confused . Thanks for all of your replies. Bye Pierrick
On Thu, Dec 14, 2000 at 01:43:55PM +0100, Pierrick PONS wrote:
May I have to configure something ? I have read lots of things about Zope but I wasn't able to start ...
A common problem for us Zope newbies. You read ten times the documentation and it still does not make sense, you don't grasp the whole picture, etc. The solution for me was: read it an eleventh time and everything will become clear. (Asking a few stupid questions on the list helps, too, if you read the replies.)
participants (5)
-
Oleg Broytmann -
peter bengtson -
Pierrick PONS -
Sebastien Douche -
Stephane Bortzmeyer