MIRCX IRC Network
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
 
 

Display results as :
 


Rechercher Advanced Search

Web Applications
install Joomla Wordpress Phpbb Drupal FluxBB PunBB osCommerce simple-machines MYBB moodle vBulletin Dolphin-v.7.1.1 PHPNUKE XOOPS
Services
install BorkNet Services X3 Services Anope Atheme Services Srvx IRC Srervices
IRCD
install Snircd IRCU INSPIRCD UNREAL Nefarious Bircd Bahamut Asuka Charybdis
TCL SCRIPT
TCL SCRIPT FOR EGGDROP Allprotection4.7 Antiproxy
Bots
Bots install FishBot bobot++ Eggdrop janus Omega Security Services Botnix Bopm SupyBot PyLink Hopm
Latest topics
» מדריך גירסה INSPIRCD V4
guide install Drupal ubuntu  EmptySat Aug 05, 2023 2:09 am by Chief

» mIRCx IRC Network Config
guide install Drupal ubuntu  EmptySat Jul 15, 2023 9:51 pm by Chief

» ircu2.10.12-pk with dnsbl
guide install Drupal ubuntu  EmptyFri Mar 10, 2023 2:22 pm by Admin

» Guide install PyLink on New version FreeBSD
guide install Drupal ubuntu  EmptyThu Dec 15, 2022 9:39 pm by Chief

» מדריך התקנה PBot על מערכת הפעלה FreeBsd-12
guide install Drupal ubuntu  EmptyMon Dec 05, 2022 5:44 am by Chief

» install Nefarious2 && X3 IRC Services in FreeBsd
guide install Drupal ubuntu  EmptySat Nov 12, 2022 3:12 pm by Chief

» help problem with adduser in Freebsd 12
guide install Drupal ubuntu  EmptyFri Nov 11, 2022 9:06 pm by Chief

» מדריך פקודות והתקנה בסרביס X3
guide install Drupal ubuntu  EmptyFri Oct 28, 2022 1:43 pm by Chief

» מדריך הגדרות WebIRC in Nefarious2
guide install Drupal ubuntu  EmptyThu Apr 07, 2022 4:45 am by Chief

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Affiliates
free forum

Affiliates
free forum


guide install Drupal ubuntu

Go down

guide install Drupal ubuntu  Empty guide install Drupal ubuntu

Post  Chief Tue Oct 16, 2012 8:18 pm

guide install Drupal ubuntu  MIRC
Guide install Drupal on linux
today we learn about Drupal and how we can install in linux
you can install Drupal you have two options one create  in database drupal or options two install drupal and open database from install then i try install Drupal and open user database from install
Code:

cd /var/www
sudo apt-get install drupal6
sudo cp /etc/drupal/6/apache.conf /etc/apache2/mods-enabled/drupal.conf
sudo /etc/init.d/apache2 restart
or options 2
Code:

wget http://ftp.drupal.org/files/projects/drupal-7.15.tar.gz
tar -xvzf drupal-7.15.tar.gz
sudo mkdir /var/www/drupal
sudo mv drupal-7.15/* drupal-7.15/.htaccess /var/www/drupal
sudo mkdir /var/www/drupal/sites/default/files
sudo chown www-data:www-data /var/www/drupal/sites/default/files
sudo cp /var/www/drupal/sites/default/default.settings.php /var/www/drupal/sites/default/settings.php
sudo chown www-data:www-data /var/www/drupal/sites/default/settings.php
sudo /etc/init.d/apache2 restart
if you have WARNING then write
Code:

sudo chown www-data:www-data -R /var/www/drupal/sites
after you need inside to http://localhost/drupal6/install.php to more configure and this more information about install
guide install Drupal ubuntu  Vbwo7h10
you create drupal
guide install Drupal ubuntu  0oosz211
guide install Drupal ubuntu  Jhy1so10
in here you set your name web and admin pass......................
From a security point of view it appears that the preferred method is to manually install modules over SSH with command line. This method will be slower but more secure. see Install Modules
Example: Install Wysiwyg
Code:

wget http://ftp.drupal.org/files/projects/wysiwyg-7.x-2.1.tar.gz
tar -xvzf wysiwyg-7.x-2.1.tar.gz
sudo mkdir -p /var/www/drupal/sites/all/modules/wysiwyg
sudo mv wysiwyg/*  /var/www/drupal/sites/all/modules/wysiwyg
Wysiwvg requires a client-side editors, for CKEditor run the following
Code:

wget http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.1/ckeditor_3.6.1.tar.gz
tar -xvzf ckeditor_3.6.1.tar.gz
sudo mkdir -p /var/www/drupal/sites/all/libraries/ckeditor
sudo mv ckeditor/*  /var/www/drupal/sites/all/libraries/ckeditor
if you want remove in folder /var/www drupal and you see problem like this
guide install Drupal ubuntu  Xrf10210
you can remove only from Terminal  
Code:

sudo rm -R drupal
more install if someone is want install Drupal in version 7.15 and your see problem like this
guide install Drupal ubuntu  18goh811
you can fix this and how you can fix inside to Terminal and write
Code:

sudo nano /etc/php5/apache2/php.ini
and in here you need fix if you have 16M you can change to 32M and this it look like this
guide install Drupal ubuntu  Hdlayx10
and after you need to save and exit CTRL+ALT+x and save after save you need restart
Code:

sudo /etc/init.d/apache2 restart
Good luck.............
Guide By mIRCx staff
www.mIRCx.co.il
mIRCx the old Community
Chief
Chief
Admin

מספר הודעות : 268
Join date : 2011-12-09
מיקום : mIRCx IRC Network

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum