• Running MODX Revolution on a full MS stack#

  • Meristem Reply #1, 1 year ago

    Reply
    What does that mean in terms of
    - downloading MODX 2.1: will there be a IIS specific download?
    - does one need PHP installed?
    - what about xPDO drivers for IIS? Are those included?

    Methinks it would be a good idea to have a separated IIS Installation Guide and Server Requirements because the existing documentation for the MS stack is non-existent, even for the RC4.

    Also, will Packman be able to export everything from a LAMP 2.0.8 with very basic add-ons such as getResources, Wayfinder, Breadcrumbs to an IIS 2.1 install?


  • shamblett Reply #2, 1 year ago

    Reply
    I had a go at this a while back, thread is here http://modxcms.com/forums/index.php/topic,63139.msg357767.html#msg357767, wish you luck, you may be better installing onto a windows server platform rather than XP, if I ever get round to doing this again I'll try this.


  • Meristem Reply #3, 1 year ago

    Reply
    The server in question is a 64 bit Windows 2008 Server R2 machine.


  • shamblett Reply #4, 1 year ago

    Reply
    Yep, this sounds better, I only really came unstuck when I couldn't get Xdebug to work, I just ran out of time with it.


  • papachumba Reply #5, 3 days, 14 hours ago

    Reply
    After several years of running PHP under Windows environment I would say it is pretty darn close to being exactly the same as running under linux (as far as my needs go)

    Just follow one of the online tutorials to install following on your windows server:

    PHP & MYSQL installer for IIS
    Helicon Rewrite or Helicon Ape (even better!) to enable htaccess and rewrites

    If you just want a test environment you can just install WAMP and then install modx on top of this.
    I wouldnt use packman to move the installation, I have done numerous migrations from my local machine's WAMP to a production server. For this, follow the tutorial on modx site or just google "migrating your modx installation"

    Yes, permissions can be tricky and ensuring your PHP installation under IIS is optimised can be a challenge, just follow online tuts and you should be ok.

    We are currently running 2 modx sites on a standalone windows 2008 server (x64) box. If anything, I find it easier/faster to access configs & dbase due to familiarity with windows environment.