Can I install Dreamweaver 8 on Linux?

Discussion in 'PHP' started by sunnyboy1984, Mar 2, 2007.

  1. #1
    Hi:


    Anyone knows if I can use Dreamweaver 8 on Linux? If not, what kind of development software (like Dreamweaver) is available for Linux?


    Thank you
     
    sunnyboy1984, Mar 2, 2007 IP
  2. Estevan

    Estevan Peon

    Messages:
    120
    Likes Received:
    8
    Best Answers:
    1
    Trophy Points:
    0
    #2
    hello
    no have similar dreamweaver available for linux but dreamweaver run in linux using wine !

    first you need a dreamweaver install in windows ( installer no work in wine )

    in windows run regedit export HKEY_LOCAL_MACHINE/Software/Macromedia > macro.reg
    in linux type wine regedit macro.reg
    Copy the folder "Macromedia" from C:\Program Files\ to ~/.wine/drive_c/Program Files/ in Linux
    Copy the folder "Macromedia" from C:\Windows\System32\ to ~/.wine/drive_c/windows/system32/ in Linux
    Copy the folder "Macromedia" from C:\Documents and Settings\All Users\Application Data\ to ~/.wine/drive_c/windows/profiles/All Users/ in Linux
    Copy the folder "Macromedia" from C:\Program Files\Common Files\ to ~/.wine/drive_c/Program Files/Common Files in Linux

    to start dreamweaver wine ~/.wine/drive_c/Program\ Files/Macromedia/Dreamweaver\ 8/Dreamweaver.exe

    tested in CentOS 4.4 full functional
     
    Estevan, Mar 2, 2007 IP