Ok, found the start Icon and clicked it. Got a Dos box. It seemed to do nothing. Then I clicked the link I was given below. I got messages that said a new Zope disk had been detected. It seemed that I was talking to a Zope program somewhere and it was trying to assign me a spot. I think the word socket came up a few times. Each time there was a consecutive number, 8020, 8021,8022 ect. I was expecting a screen from a web page like I had seen on a tutorial. Unfortunately I cannot find that tutorial now. Is this something I operate from a dos box? Or should I get a web page when I click the link below? Thanx John Q. Public if you're installing zope in 98, and didnt change anything, then zope will be installed in c:\program files\WebSite go to that folder, double click start.bat then access zope from http://localhost:8080/manage to get started --------------------------------- Do You Yahoo!? Send your FREE holiday greetings online at Yahoo! Greetings.
Hi John, In article <20011225111015.3527.qmail@web21110.mail.yahoo.com>, John public wrote:
Ok, found the start Icon and clicked it.
This should have been "start.bat", which by default would be in c:\program files\website. This starts the *local* zope server.
Got a Dos box. It seemed to do nothing.
That's right - it's not very talkative. It just tells you what's happening in a scrolling console window...
Then I clicked the link I was given below. I got messages that said a new Zope disk had been detected.
Not sure whether this message was in the /browser/ or /console/ (DOS box)?
It seemed that I was talking to a Zope program somewhere and it was t rying to assign me a spot. I think the word socket came up a few times. Each time there was a consecutive number, 8020, 8021,8022 ect.
The Zope server runs on your local box.
I was expecting a screen from a web page like I had seen on a tutorial. Unfortunately I cannot find that tutorial now.
You should get a logon at the /manage URL which takes you to the Zope management screens - which are indeed web pages.
Is this something I operate from a dos box?
No - the DOS box is purely informational...
Or should I get a web page when I click the link below?
Yes, the links should give web pages. If not, what do you see? Regards, PhilK
john public wrote:
Ok, found the start Icon and clicked it. Got a Dos box. It seemed to do nothing. Then I clicked the link I was given below. I got messages that said a new Zope disk had been detected. It seemed that I was talking to a Zope program somewhere and it was trying to assign me a spot. I think the word socket came up a few times. Each time there was a consecutive number, 8020, 8021,8022 ect.
That's a good sign. When you see these messages, you know that a Zope server is running locally on your machine, on port 8080 by default. Keep the DOS box running. Now access the server using a web browser. To reach it, start a browser on the same machine and go to the URL http://localhost:8080 This will bring up a Zope home page from your local server. Get to this point and you have accessed your own Zope server, as a user. Also, once you have the Zope see the online "The Zope Book" at the Zope.org website which will tell you how to go further. Nitin Borwankar.
I was expecting a screen from a web page like I had seen on a tutorial. Unfortunately I cannot find that tutorial now. Is this something I operate from a dos box? Or should I get a web page when I click the link below?
Thanx
John Q. Public
if you're installing zope in 98, and didnt change anything, then zope will be installed in c:\program files\WebSite
go to that folder, double click start.bat then access zope from http://localhost:8080/manage to get started
---------------------------------------------------------------------- Do You Yahoo!? Send your FREE holiday greetings online at Yahoo! Greetings.
-- -- Nitin Borwankar nitin@borwankar.com
participants (3)
-
john public -
Nitin Borwankar -
Philip Kilner