Difference between revisions of "Install Drupal on Microsoft Server"

From Organic Design wiki
m
Line 1: Line 1:
 
<noinclude>{{Procedure}}</noinclude>
 
<noinclude>{{Procedure}}</noinclude>
 +
 +
In this example, Windows Server 2003 SP2 is being used.
  
 
== Install rdesktop ==
 
== Install rdesktop ==

Revision as of 02:03, 2 May 2011

Procedure.svg Install Drupal on Microsoft Server
Organic Design procedure

In this example, Windows Server 2003 SP2 is being used.

Install rdesktop

Download rdesktop from http://www.rdesktop.org/

Install rdesktop in a terminal as root:

  • Extract to any dir and copy as root to /usr/local
  • cd to the rdesktop dir
  • Install as follows
<bash>

% ./configure % make % make install </bash>

  • Navigate to the server using rdesktop servername (or IP), then logon using the username and password that the server owner will (hopefully) have provided you with.