This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

Drupal install

Webserver service.
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
User avatar
Earendil
Moderator
Moderator
Posts: 48
Joined: 23 Jun 2012 15:57
Location: near Boston, MA, USA.
Status: Offline

Drupal install

Post by Earendil »

I am trying to set up a flexible website on my N4F server. There appears to be several ways but none of them are coherent and logical. I will try to hack out a logical, sequential way here.

Work in progress! Comments are welcome. Last edit 8/19/2012.

1. Enable the webserver (the software is lighttpd, otherwise known as lighty) in N4F.
----- Under Services|Webserver, select HTTP, enter a port (not the normal HTTP port, port 80 but something close, like 8080) enter in the root directory of the website and select enable directory setting (for now, you'll disable this later). Hit the Save and Restart button.
----- Create a text file with the text string between the double quotes in it, "<?php phpinfo(); ?>". Call it php-info.php and put it in the root directory of the website. (you should already have created a share in N4F to that website directory so you can file access through other systems)
----- (let's say your IP address of your N4F server is 10.0.0.2) If you did the above correct then when you type in a browser http://10.0.0.2:8080/php-info.php and you'll get the familiar PHP info page as you can see here.

2. Download the latest full install zip of Drupal. Unzip and place the files in the Drupal directory (notice one of the files is install.php) into the root directory.

3. Type http://10.0.0.2:8080/ in your browser and the index.php file will automatically run, starting the install and configuration of Drupal.
----- First page: Standard install should be picked, you want it all. :)
----- Second Page: If you want another language other than English then you need to add that language (separate step).
----- Third page: It gets ugly for me here. I do not have gd (suggested installs from here install with failures); under file systems Drupal cannot create a directory, I could do it manually but the permissions are the real problem; Drupal wants better a unicode library but it will survive without one; can't create a settings file probably due to the aforementioned permissions issue.

I added one of the IDE HDDs I had around for a full N4F install. I got the IDE->SATA converter and the first one didn't work but the second did. I used Alexey's n4free_usb_full.bin file and managed to get N4F v67 on the HDD on my test system. I have one more step to take before I continue with the Drupal install but I am stuck, I cannot upgrade the N4F install. Since I didn't use a CD/DVD none of the current upgraded N4F images work. Maybe Alexey's work points to redoing this install with the latest N4F versions (Alexey has N4F v188 on the SourceForge site updated hours ago) but I fail to see how that is done. Alexey is responding in these forums though so I'll work that out. Stay tuned!
Earendil

XigmaNAS server:
-AMD A10-7860K APU
-Gigabyte F2A88XM-D3HP w/16GB RAM
-pool0 - 4x 2 TB WD green HDDs
-pool1 - 6x 8 TB WD white HDDs
-Ziyituod (used to be Ubit) SA3014 PCI-e 1x SATA card
-External Orico USB 3.0 5 bay HDD external enclosure set at RAID 5
--5x 4 TB WD green HDDs
-650W power supply

User avatar
alexey123
Moderator
Moderator
Posts: 1469
Joined: 19 Aug 2012 08:22
Location: Israel, Karmiel
Contact:
Status: Offline

Re: Drupal install

Post by alexey123 »

For manage SQLite3 Database I use Firefox plugin.
For manage SQLite database I use phpliteadmin
Home12.1.0.4 - Ingva (revision 7091)/ x64-embedded on AMD A8-7600 Radeon R7 A88XM-PLUS/ 16G RAM / UPS Ippon Back Power Pro 600
Lab 12.1.0.4 - Ingva (revision 7091) /x64-embedded on Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz / H61M-DS2 / 4G RAM / UPS Ippon Back Power Pro 600

Post Reply

Return to “WebServer”