Installing Drupal on 5.0-Nano: Difference between revisions

mNo edit summary
m Text replace - "projects/uniformserver" to "projects/miniserver"
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<span id="top"></span>
<span id="top"></span>
{| cellpadding="2"
{| cellpadding="2"
|__TOC__||'''Installing Drupal on 5.0-Nano'''
|__TOC__||'''Installing Drupal on 5-Nano Series'''
|}
|}
'''Introduction'''
'''Introduction'''
Line 22: Line 22:
<ol start="3">
<ol start="3">
<li> '''B)''' Create a new folder '''drupal_a''' (Can be any name its only a temporary folder)</li>
<li> '''B)''' Create a new folder '''drupal_a''' (Can be any name its only a temporary folder)</li>
<li> Download  Drupal '''6.14''' (or newer version) from [http://drupal.org/ here] save to a convenient folder for example '''drupal_a'''</li>
<li> Download  Drupal '''6.15''' (or newer version) from [http://drupal.org/ here] save to a convenient folder for example '''drupal_a'''</li>
<li>Unzip the downloaded file (drupal-6.14.tar.gz) Windows cannot do this. Use something like 7-Zip Portable<br>&nbsp;--- Download site: [http://portableapps.com/apps/utilities PortableApps.com]<br>&nbsp;--- File name: 7-Zip Portable - Multilingual file archiver and compressor</li>
<li>Unzip the downloaded file (drupal-6.15.tar.gz) Windows cannot do this. Use something like 7-Zip Portable<br>&nbsp;--- Download site: [http://portableapps.com/apps/utilities PortableApps.com]<br>&nbsp;--- File name: 7-Zip Portable - Multilingual file archiver and compressor</li>
<li>'''B)''' Extract '''drupal-6.14.tar.gz''' to current path; creates a new folder '''drupal-6.14.tar'''. Open this folder '''C)'''</li>
<li>'''B)''' Extract '''drupal-6.15.tar.gz''' to current path; creates a new folder '''drupal-6.15.tar'''. Open this folder '''C)'''</li>
<li>'''C)''' Extract  drupal-6.14.tar to current path; creates a new folder drupal-6.14 '''(D)'''.<br>
<li>'''C)''' Extract  drupal-6.15.tar to current path; creates a new folder drupal-6.15 '''(D)'''.<br>
Inside this is a second folder drupal-6.14 containing all the drupal files '''E)'''.</li>
Inside this is a second folder drupal-6.15 containing all the drupal files '''E)'''.</li>


</ol>
</ol>
'''''Copy files to Uniform Server'''''
'''''Copy files to Uniform Server'''''
<ol start="8">
<ol start="8">
<li>'''F)''' Copy folder '''drupal-6.14''' (E) to server root folder '''www''' '''(G)'''</li>
<li>'''F)''' Copy folder '''drupal-6.15''' (E) to server root folder '''www''' '''(G)'''</li>
<li>'''H)''' Rename folder '''drupal-6.14''' to '''drupal'''</li>
<li>'''H)''' Rename folder '''drupal-6.15''' to '''drupal'''</li>
<li>'''I)''' Navigate to folder UniServer\www\drupal\sites\'''default'''<br>&nbsp;--- Make a copy of file: '''default.settings.php'''<br>&nbsp;--- Rename this copy to: '''settings.php'''</li>
<li>'''I)''' Navigate to folder UniServer\www\drupal\sites\'''default'''<br>&nbsp;--- Make a copy of file: '''default.settings.php'''<br>&nbsp;--- Rename this copy to: '''settings.php'''</li>
</ol>
</ol>
Line 257: Line 257:
* Under '''Plugins'''
* Under '''Plugins'''
* Navigate to sub-folder '''Uniform Server 5-Nano Plugins'''
* Navigate to sub-folder '''Uniform Server 5-Nano Plugins'''
* Download file [http://sourceforge.net/projects/miniserver/files/Plugins/UniServer%2055-Nano%20Plugins/Applications/V55_Drupal/V55_Drupal_6_14.exe/download V55_Drupal_6_14.exe]
* Download file [http://sourceforge.net/projects/miniserver/files/Plugins/UniServer%2055-Nano%20Plugins/Applications/V55_Drupal/V55_Drupal_6_15.exe/download V55_Drupal_6_15.exe]


Save this to folder UniServer, to install double click on file. Drupal is pre-configured and ready to go. Check out the read me file for latest information.
Save this to folder UniServer, to install double click on file. Drupal is pre-configured and ready to go. Check out the read me file for latest information.
Line 265: Line 265:
'''''[[#top | Top]]'''''
'''''[[#top | Top]]'''''


== MySQL Security ==
The above installation guide and associated downloadable plugin are intended to get the application up and running purely for testing.
If you are intending to put the application on line make sure to read any security advice provided with the application and check providers web site.
More impotently the above installation is an extreme security risk if put online as is. 
Its imperative you secure the MySQL server before putting your servers online.
Please read the following page [[MySQL Security | '''MySQL Security''']] and restrict privileges to any user that has connection access to your server.
'''''[[#top | Top]]'''''
== Summary ==
== Summary ==
I have shown how easy it is to install Drupal on Uniform Server 5.0-Nano.
I have shown how easy it is to install Drupal on Uniform Server 5.0-Nano.