Click here to register.
      
Sprechen Sie WebGUI? Parlez vous WebGUI? Se habla WebGUI? Spreekt u WebGUI?

Do you speak WebGUI? Please help us translate WebGUI into your language.



     Discuss > Install/Upgrade Help

Windows WRE 0.8.1 installation: c:\data\WebGUI\ empty

User daegbat
Date 2/14/2008 9:04 am
Views 816
Rating -8    Rate [
|
]
Previous · Next
User Message
daegbat

Trying to install WebGUI on Windows, I get a problem that seems related to the fact that c:\data\WebGUI\ is empty.
I will appreciate some help.

Here are the details:

I am installing from wre-0.8.1-windows-xp-ia32.zip
I followed the procedure explained in http://www.signalmountain.co.uk/WebGui.html, skipping the first part (Install ActivePerl) which was generating problems. I reprint these steps below:


______________________________________

------------------------
2. Install WebGui WRE
------------------------
Download the WRE zip to your PC -My Documents is a good place
Create a \data folder in the root of C: (c:\data)
Double-click on the WRE zip to open it
Right-click the folder WRE and select Copy
Navigate to C:\data. Right click on the folder and select Paste
WRE will begin unzipping. Ignore the '16 hours' estimate -it takes 10 mins!
While you’re waiting, check IIS isn’t running on your PC.
Open c:\windows\system32\drivers\etc\hosts in Wordpad
Add a new entry ; IP address of your PC [tab] domain name of your site
    I want to test it locally. I have left:
    127.0.0.1 localhost

Navigate to c:\data\wre\sbin and double-click on Command Prompt.bat
Type: perl wreconsole.pl [enter]
You should get a message which says:Please contact me at...
  I get:    http://my_PC_name:60834/
Now start up your browser and enter this into the address field; //localhost/60834
  I used instead : http://my_PC_name:60834/
This takes you to the WRE console which is now running on your PC
Go to step 3

-------------------
3. Configure WRE
-------------------
Dev only environment? Choose No
Apache: go with defaults
MySQL -go with defaults
Spectre: defaults
Select Automatic Install
WebGui will be downloaded -This takes a few minutes
Click the link at the bottom of the Config report to manage the WebGui Server
You should now see the Add Site button and tabs for configuring Services, Settings, and Templates
Click 'Add Site'.Fill in the MySQL admin password you set earlier (123qwe)
Type the full public domain name of the site you're setting up;E.g. www.baylink.com
  I put:    localhost
Check that this domain name is in the local Hosts file and points to the IP address of the PC you're installing on
When you're done, the site will be created
    Nothing happens, and I get the following message in the windows where I started "perl wreconsole.pl":
    Cannot read config file: \data\WebGUI\etc\localhost.conf at /data/wre/lib/WRE/Site.pm line 92

______________________________________


By the way, my c:\data\WebGUI\ directory exists but is empty.
I have tried to restart the installation, but after the "perl wreconsole.pl", http://my_PC_name:60834/ brings me now directly to the window with the Add Site button and tabs for configuring Services, Settings, and Templates, and problems stays the same.


Last, c:\data\wre\var\logs\ contains the only file "modperl.error.log", which is empty (O byte)...

 ==================================

 EDIT: I just realize that if I make a file c:\data\WebGUI\localhost.conf with "127.0.0.1 localhost" inside, I go a step farther. But the console now returns the following errors: 

Couldn't open localhost.modproxy file for editing read_file '\data\wre\etc\localhost.modproxy' - sysopen: No such file o
r directory at /data/wre/lib/WRE/File.pm line 367
 at wreconsole.pl line 717
        main::www_editSite('HASH(0x2466e34)') called at wreconsole.pl line 74
Couldn't open localhost.modperl file for editing read_file '\data\wre\etc\localhost.modperl' - sysopen: No such file or
directory at /data/wre/lib/WRE/File.pm line 367
 at wreconsole.pl line 729
        main::www_editSite('HASH(0x2466e34)') called at wreconsole.pl line 74
Couldn't open awstats.localhost.conf file for editing read_file '\data\wre\etc\awstats.localhost.conf' - sysopen: No suc
h file or directory at /data/wre/lib/WRE/File.pm line 367
 at wreconsole.pl line 741
        main::www_editSite('HASH(0x2466e34)') called at wreconsole.pl line 74

--- (Edited on 2/14/2008 9:04 am [GMT-0600] by daegbat) ---

--- (Edited on 2/14/2008 9:28 am [GMT-0600] by daegbat) ---



Back to Top
Rate [
|
]
 
 
jigou

I've never tried to set up a site with the domain "localhost" - I wonder if that's an issue for some reason.

If I were you, I'd try adding an entry to the HOSTS file for something like 127.0.0.1 www.blah.com, then in the "Add Site" tab on the WRE console set up www.blah.com . With the entry in the hosts file, it will take you to the local site instead of out onto the Internet, so it really doesn't matter what the domain is - just make sure it's not a "real" domain that you use on a regular basis.

Jarrod

--- (Edited on 2/14/2008 9:31 am [GMT-0600] by jigou) ---



Back to Top
Rate [
|
]
 
 
jigou

By the way, you should have the following directories in C:\data\WebGUI:

docs
etc
lib
sbin
t
www

If you don't have those, there was a problem with the downloading and extracting of the WebGUI files when the WRE set up. You can try to download the source files and install them manually....I think a few people have had a problem with the WRE not being able to untar and unzip the files automatically.

If you want to go that route, it's a little more involved but not absolutely horrible...

Jarrod

--- (Edited on 2/14/2008 9:36 am [GMT-0600] by jigou) ---



Back to Top
Rate [
|
]
 
 
daegbat

www.blah.com already exists. So I put in c:\WINDOWS\system32\drivers\etc\hosts :
127.0.0.1       www.kjhgfd.com
Then c:\data\wre\sbin\Command Prompt.bat
>perl wreconsole.pl
Browser > http://my_PC_name:60834/ > gives me the WRE Console
Add Site
  Admin Database Password: 123qwe
  Site Name: www.kjhgfd.com
  Clicking on "Create Site" writes the following message in the CMD window where I started "perl wreconsole.pl":
Cannot read config file: \data\WebGUI\etc\www.kjhgfd.com.conf at /data/wre/lib/WRE/Site.pm line 92

 

It seems that the problem comes from the empty c:\data\WebGUI  directory.

I will try to get it by another way...

Thanks 

 

--- (Edited on 2/14/2008 9:52 am [GMT-0600] by daegbat) ---



Back to Top
Rate [
|
]
 
 

YouSendIt like app. by pvanthony - Sun @ 09:33am

Smoketest For nightly_2008-07-20 by Visitor - Sun @ 01:37am

Smoketest For nightly_2008-07-19 by Visitor - Sat @ 01:38am

Re: Survey2 by perlmonkey2 - Fri @ 05:36pm

Smoketest For nightly_2008-07-18 by Visitor - Fri @ 01:39am

Re: Building WRE for Fedora Core 4 x86_64 by neodymiumex - Thu @ 02:59pm

Tracking file downloads in WebGUI by colink - Thu @ 02:00pm

Smoketest For nightly_2008-07-17 by Visitor - Thu @ 01:39am

Re: Survey2 by perlmonkey2 - Wed @ 11:05pm

Re: Survey2 by patspam - Wed @ 08:05pm

Re: Survey2 by perlmonkey2 - Wed @ 03:41pm

Re: Duplicate web site by techwriter - Wed @ 09:07am

Re: Limiting the size of avatars by bernd - Wed @ 03:45am

Smoketest For nightly_2008-07-16 by Visitor - Wed @ 01:38am

Survey2 by patspam - Tue @ 10:10pm