.sh files instead of .bat

Leonardo

Joined: 2005-03-21
Posts: 5
Posted: Mon, 2005-03-21 19:37

Hello i am suprised cause your gallery rox..
but i had got onto a mine while trying to work this thing on
Windows XP, apache based with php4..

Everywhere in README aka /gallery/docs/index.html
i read, i came to the part where i need to
" Run the configure.bat script in your main Gallery directory in order to put Gallery into configuration mode. "
but i only see configure.sh and other secure.sh
for linux and not for windows..

i'm realy stuck here..

please help..
best regards, leo

----
The following information is required to get an answer:
Get this information from the PHP diagnostic (in the configuration wizard).
Gallery URL (optional but very useful):
Gallery version: the newest
Apache version: 1.x
PHP version (don't just say PHP 4, please): 4.3.10
Graphics Toolkit:
Operating system: Windows XP
Web browser/version (if applicable): Mozilla

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Mon, 2005-03-21 20:58

There is no need for that anymore, thats just old documentation. :(

 
Leonardo

Joined: 2005-03-21
Posts: 5
Posted: Tue, 2005-03-22 05:27

if it's old documentation how do i procede
instsalling and configuring that on Windows XP?

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Tue, 2005-03-22 07:20

Just open http://example.com/gallery/setup and you should be on your way, everything else is just the same as earlier, there just isn't any need to run configure.bat

 
Leonardo

Joined: 2005-03-21
Posts: 5
Posted: Tue, 2005-03-22 13:57

// Error: tmpDir: c:/www/temp exists, but is not writeable by the webserver user. Try:
chown -R unknown c:/www/temp

or if that doesn't work:
chmod -R 777 c:/www/temp

$gallery->app->userDir = "c:/www/albums/.users";
// Error: You must specify a path for netpbm or ImageMagick for Gallery to function!!

i use Windows, what should i do man.. those commands are unix based..

 
h0bbel
h0bbel's picture

Joined: 2002-07-28
Posts: 13451
Posted: Tue, 2005-03-22 14:01

Does c:\www\temp exist? Have you tried using c:\windows\temp istead?

 
Leonardo

Joined: 2005-03-21
Posts: 5
Posted: Tue, 2005-03-22 14:12

ok i switched..
only 1 error left

$gallery->app->userDir = "c:/www/albums/.users";
// Error: You must specify a path for netpbm or ImageMagick for Gallery to function!!

/* Defaults */

 
Jordan_01002

Joined: 2005-02-14
Posts: 1535
Posted: Tue, 2005-03-22 14:44

Do you have netpbm or IM installed? Have you entered the path in the config?

 
Leonardo

Joined: 2005-03-21
Posts: 5
Posted: Tue, 2005-03-22 16:06

i've got source from ImageMagick but i don't know how to install it..
it's all so weird, i see that linux installation for Gallery is even easyer...

damn who did all this on WinXP ?
... :(

 
Jordan_01002

Joined: 2005-02-14
Posts: 1535
Posted: Tue, 2005-03-22 16:12

Just pick up the NetPBM for windows zip, throw it in a directory, and point the config to that directory.