Browse > Home / Linux, Programming, Work / Using phpDesigner under Linux (Ubuntu)

| Subcribe via RSS

Using phpDesigner under Linux (Ubuntu)

juli 1st, 2008 Posted in Linux, Programming, Work
1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5,00 out of 5)
Loading ... Loading ...

In this guide I will explain howto install phpDesigner (http://www.mpsoftware.dk/phpdesigner.php). phpDesigner is an award winning PHP editor for Windows.

1. Installing latest Wine

First we will need the latest version of wine, atm. that is 1.1.0, the easiest why to do that, is to add the wine repository.

First we will add the key:

wget -q http://wine.budgetdedicated.com/apt/387EE263.gpg -O- | sudo apt-key add -

Secondly add the repository itself, I’m running 8.04 (Hardy), so if your running something else, please consult the winehq homepage (http://www.winehq.org/site/download-deb):

sudo wget http://wine.budgetdedicated.com/apt/sources.list.d/hardy.list -O /etc/apt/sources.list.d/winehq.list

How you sould be able to install wine by running:

apt-get install wine

2. The Wine setup

The wine setup is really basic, from my observations Windows XP is the best version to go with, rest should be fine from default.

We will need to install some extra Windows packages in order to run phpDesigner, so do the following:

wget http://kegel.com/wine/winetricks && sh winetricks msxml3 riched20

This will download a script called winetricks, it is developed by Dan Kegel (http://kegel.com) big thanks to him :)

3. Installing and running phpDesigner

Well, this should be very straight forward, in ubuntu you can open Windows executables just as easy as on windows, download the setup file from MPSOFTWARE (http://www.mpsoftware.dk/downloads.php) double click on it and install it. When it’s done, you should see it in your Programs menu.

Notes.

I have NOT tested every feature in phpDesigner, so they might / might not work.

8 Responses to “Using phpDesigner under Linux (Ubuntu)”

  1. Tazfan Says:

    thank you it works great thank you for taking the time to post this up. this one program i used to use windows for know i think i got every program i need to work on Linux

    thank you for your help


  2. brainware Says:

    woow… it’s very useful tips.. thanx :D


  3. kevin Says:

    Thanks for your sharing!!It works!!


  4. AndrewBoldman Says:

    Hi, cool post. I have been wondering about this topic,so thanks for writing.


  5. Red-0ne Says:

    At last, a great IDE on a great OS


  6. Martijn Says:

    Works like a charm! Thank you verry much!


  7. Crashwave Says:

    That is the BOMB. Thanks for taking the time. Works GREAT


  8. po5i Says:

    Awesome!!


Leave a Reply