Olli wrote:
> my page is not blank. and i'm similar to think about the wrong way.
> does the following statement is correct?
> when i run "python wiki20-start.py", i can read the
> http://localhost:8080.
> but if i interrupt (Ctrl+C) the "python wiki20-start.py", then i would
> not open page at http://localhost:8080. so run the command is like to
> run a server. i must continued execute the command so i can startup
> server all the time.

Yes,  that's correct.

The python wiki20-start.py creates a server you connect to and interact
with,
much like you would with Apache.

Later on, once your application is finished,  there are ways of making
this run all the time,  though :)

Reply via email to