HighDots Forums  

Moving site to linux server

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Moving site to linux server in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
b-string
 
Posts: n/a

Default Moving site to linux server - 11-03-2005 , 05:02 AM






Hi there!

I have a dreamweaver built site which consists of aprox 140 html pages, with
video, audio, text etc. In order to create a paid login section for the site I
have been adviced to change to a linux server instead of windows. I have now
decided to do so.

However, I am worried of how the switch will work out..

1)I don't know anything about linux, will I be able to continue to work with
dreamweaver as I have always done, puting/uploading files etc..?

2)Will there be a substantial amount of new technical aspects to learn + new
site configurations?

Please help!

K




Reply With Quote
  #2  
Old   
Trevis
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 06:40 AM






Hello there,

Linux / Windows is the operating system of your server and do not affect how
Dreamweaver (which is an html editor works) However, pay attention if you
have microsoft asp pages they will not work on Linux. The site configuration
and ftp operations are not affected either. So, do the switch, you'll love
Linux !

Cheers,

Trevis


"b-string" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi there!

I have a dreamweaver built site which consists of aprox 140 html pages,
with
video, audio, text etc. In order to create a paid login section for the
site I
have been adviced to change to a linux server instead of windows. I have
now
decided to do so.

However, I am worried of how the switch will work out..

1)I don't know anything about linux, will I be able to continue to work
with
dreamweaver as I have always done, puting/uploading files etc..?

2)Will there be a substantial amount of new technical aspects to learn +
new
site configurations?

Please help!

K






Reply With Quote
  #3  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 07:13 AM



Quote:
In order to create a paid login section for the site I
have been adviced to change to a linux server instead of windows.
Why? It's possible to do this on either.

Quote:
1)I don't know anything about linux, will I be able to continue to work
with
dreamweaver as I have always done, puting/uploading files etc..?
Yes. The two would be identical as far as you are concerned with this one
exception -

Windows is case insensitive. *nix is case sensitive. If you have not been
disciplined about your use of case in your file/pathnames, e.g., sometimes
using -

<img src="images/foo.gif"

and other times using -

<img src="Images/foo.GIF"

(note the use of upper-case letters)

then you will be in serious trouble after making the switch.

Quote:
2)Will there be a substantial amount of new technical aspects to learn +
new
site configurations?
No.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"b-string" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Hi there!

I have a dreamweaver built site which consists of aprox 140 html pages,
with
video, audio, text etc. In order to create a paid login section for the
site I
have been adviced to change to a linux server instead of windows. I have
now
decided to do so.

However, I am worried of how the switch will work out..

1)I don't know anything about linux, will I be able to continue to work
with
dreamweaver as I have always done, puting/uploading files etc..?

2)Will there be a substantial amount of new technical aspects to learn +
new
site configurations?

Please help!

K






Reply With Quote
  #4  
Old   
b-string
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 08:03 AM



Thanks !

The reason I am changing to linux is because there is a free paypal script
(only works for linux) which I would like to use, I am happy with the way
paypal works.

Another question: isn't there a difference with directorys and paths with
linux?




Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 08:58 AM



Quote:
The reason I am changing to linux is because there is a free paypal script
(only works for linux) which I would like to use, I am happy with the way
paypal works.
That would be a good reason.

Quote:
Another question: isn't there a difference with directorys and paths with
linux?
No. The only thing you have to watch out for is the casing issue I
described.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"b-string" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Thanks !

The reason I am changing to linux is because there is a free paypal script
(only works for linux) which I would like to use, I am happy with the way
paypal works.

Another question: isn't there a difference with directorys and paths with
linux?






Reply With Quote
  #6  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 09:22 AM



On 03 Nov 2005 in macromedia.dreamweaver, Murray *TMM* wrote:

Quote:
"b-string" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:dkd1rm$1jc$1 (AT) forums (DOT) macromedia.com...
The reason I am changing to linux is because there is a free paypal
script (only works for linux) which I would like to use, I am happy
with the way paypal works.

That would be a good reason.
I'd be curious about the script, though; most scripts I know of which
will run on a *nix box (PHP, CGI/Perl) should also run on Windows.

Quote:
Another question: isn't there a difference with directorys and
paths with linux?

No. The only thing you have to watch out for is the casing issue I
described.
Site links are OK; however, links to include files or other OS-dependent
stuff will have to be updated.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Reply With Quote
  #7  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 09:40 AM



Quote:
Site links are OK; however, links to include files or other OS-dependent
stuff will have to be updated.
Like what?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Joe Makowiec" <makowiec (AT) invalid (DOT) invalid> wrote

Quote:
On 03 Nov 2005 in macromedia.dreamweaver, Murray *TMM* wrote:

"b-string" <webforumsuser (AT) macromedia (DOT) com> wrote in message
news:dkd1rm$1jc$1 (AT) forums (DOT) macromedia.com...
The reason I am changing to linux is because there is a free paypal
script (only works for linux) which I would like to use, I am happy
with the way paypal works.

That would be a good reason.

I'd be curious about the script, though; most scripts I know of which
will run on a *nix box (PHP, CGI/Perl) should also run on Windows.

Another question: isn't there a difference with directorys and
paths with linux?

No. The only thing you have to watch out for is the casing issue I
described.

Site links are OK; however, links to include files or other OS-dependent
stuff will have to be updated.

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php



Reply With Quote
  #8  
Old   
SterlingDK
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 09:55 AM



the only issue is what Murray has already mentioned - but you can probably find a script to convert all pages to lowercase.

one benefit is nix will be cheaper - and may well perform better too

Reply With Quote
  #9  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 09:57 AM



Quote:
one benefit is nix will be cheaper
Not so. You will find some less expensive and some more. And as for
performing better - well, uhh - nonsense.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"SterlingDK" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
the only issue is what Murray has already mentioned - but you can probably
find a script to convert all pages to lowercase.

one benefit is nix will be cheaper - and may well perform better too



Reply With Quote
  #10  
Old   
b-string
 
Posts: n/a

Default Re: Moving site to linux server - 11-03-2005 , 03:49 PM



The reason I am asking about paths and directories is because I have tried
linux and dreamweaver with a smaller site and in the site dialog box I was
unable to specify the host directory.
The guys at my webhosting explained there was no such thing , so in order to
use the DW "put" function I had to build an identical local directory hierarchy
(hope you're with me!) . Now that's okay for a small site, but for my bigger
site I fear there will be problems.

K


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.