Ubuntu Servers :: Drupal 6 Installation Using Synaptic?

Nov 29, 2010

I have installed Drupal 6 using synaptic and it shows as installed in synaptic but NOT in my Ubuntu software center but it is nowhere to be found.

View 4 Replies


ADVERTISEMENT

Ubuntu Servers :: Drupal And Drush Installation With Scripts?

Sep 1, 2011

There are many ways of accomplishing this installation. What this tutorial attempts to do is to outline the most basic installation possible. It show you how to install Drupal from the command-line to speed up "development" of your website. [[EDIT]] REMOVED LAMP SERVER INSTALL PART OF TUTORIAL AS THERE ARE MUCH BETTER (MORE SECURE) TUTORIALS ON THIS TOPIC.

Install drush for using the command line on Drupal. Create some management scripts to manage Drupal via the command-line. Create some installation scripts to install drupal via the command-line. Make the scripts executable and install them in /usr/local/bin. Open a terminal and install Drupal with one command.

01. You have your LAMP server, Drupal MySQL database and databse user setup and ready to go! For development sites on my local desktop machine I use root as drupal's database user because it speeds up re-installation when necessary.

02. Install drush (DRUSH 4.4 AVAILABLE IN NATTY WITHOUT PPA)

#apt-get install drush

03. Create 3 folders to hold your drupal backups, scripts and libraries

#mkdir /home/user/drupal/backup
#mkdir /home/user/drupal/scripts
#mkdir /home/user/drupal/libraries
#cd /home/user/drupal/scripts

04. Create a script to manage web server permissions

#gedit drupal-siteperms && chmod +x drupal-siteperms
---------cut-and-paste----------
#! /bin/bash
cd /var/www

[code]...

View 2 Replies View Related

Ubuntu Servers :: Run Xampp - Can't Test Drupal Out?

Apr 2, 2010

I'm trying to run Xampp so that I can test Drupal out. I'm running Lucid Lynx Beta. I'm having a lot of trouble getting Xampp to run. I downloaded Xampp version 1.7.3a and installed it but when I type http://localhost in Firefox to see if Xampp is working it just says:

Quote:

This is the default web page for this server. The web server software is running but no content has been added, yet.

View 5 Replies View Related

Ubuntu Servers :: OpenERP And Drupal Environment Don't Get Along

May 20, 2011

I had OpenERP completely installed and running just fine. All basic install instructions just worked out of the box on Ubuntu 11.04. Now, we also are going to develop our own web site. For that we needed a web development environment. Due to the small size of our home business, we have to do it all on one PC. So I went ahead and installed everything needed to get Drupal going, among which I had to install:

LAMP
Drupal
Memcached
Memcache
Postfix
Tomcat

and other packages.It all works like a charm, but now my openerp-web crashes when I start it with the following message:

Code:

[20/May/2011:16:17:19] ENGINE Bus STARTING
[20/May/2011:16:17:19] ENGINE Started monitor thread '_TimeoutMonitor'.
[20/May/2011:16:17:19] ENGINE Started monitor thread 'Autoreloader'.

[code]....

For those that do not know it: it is a module that interfaces with the OpenERP server software to allow people to access the system through their web browser, effectively eliminating the use to install a client on their PC. Very practical for our light weight laptop that we use in combination with my PC.

Normally one would connect by browsing to [URL] and automatically get connected with the OpenERP environment.Now, however, that does not work anymore with the above error as a result. Do you guys have any idea if I have to configure something in Apache to get this working again? Possibly with instructions, otherwise I'd get lost again in no time.

View 2 Replies View Related

Ubuntu Servers :: Drupal Install From Command Line?

Jul 1, 2011

Is it possible to complete a drupal installation and change the configuration from the comman line or a script. Id like to be able to automate the process of installing and configuring drupal. I should say that this is quite a bit beyond me. Ive not long started learning scripting.

View 2 Replies View Related

Ubuntu Servers :: Addaning Users To Drupal 7.4 With Drush?

Jul 13, 2011

I have user names / info for several thousand users I want to add to the website Im working on. Though this is a test server, I would like to have some way to automate adding users to my drupal site. So, I'm looking into drush. From the man page for drush, I dont see any way to add users. Once I figure out how to add 1 user, and configure thier default pages ect, I can write an Expect (TCL/Tk) script to handle the processing. But I need to know how to add users in drupal 7.4 via the terminal.

View 1 Replies View Related

Fedora Servers :: Drupal PHP Scripts Not Executing?

Mar 20, 2011

I extracted the Drupal package (6.20) to /var/www/html and followed the provided install.txt file, but whenever I try to navigate to the site it simply comes up with the PHP script as plain text (it does automatically redirect me to install.php) rather than executing it. PhpMyAdmin works fine, as does a simple PHP "hello world" page I made, so I assume PHP isn't the problem. Now my question is: what could be causing this?

I can't tell for sure if the problem's with Drupal itself (I started over once with no luck) or some setting on my system, but since I don't have an account there I figured I'd ask here first.Running F14 x64, Apache, PHP and MySQL are all at latest versions available.

View 1 Replies View Related

Ubuntu Servers :: Drupal 6 Site Email Account Can't Be Verified

Apr 6, 2011

I've successfully set-up Drupal on my machine on a local network and have no problem accessing it with the virtual host names defined in /etc/hosts, but I don't have bind or any other DNS set-up.I've installed Postfix and can sent email with the mail command to unix account, and I can also read them with the mail command( from the command line).Now, my problem is with not being able to use the local Unix email accounts in drupal. Particularly, I would like to have one of the unix account receive email for the development site.I might like to also have various user on the drupal installation, and then test sending notifications to them.here is my /etc/postfix/main.cf# See /usr/share/postfix/main.cf.dist for a commented, more complete version

View 2 Replies View Related

Ubuntu Servers :: Setup Reverse Proxyapache2 Drupal Clean Urls?

Apr 16, 2010

I have a scenario.A domain [URL].. then there are 4 private computers on which applications are hosted at port 80. So when some one from outside access the site it look [URL]..I added

[Code]...

View 1 Replies View Related

Ubuntu Installation :: Uninstall LAMP Server And Drupal 7 Installation?

Jul 4, 2011

I am trying to uninstall my LAMP server and my Drupal 7 installation. Unfortunately I cannot find any instructions on uninstalling Druapl from my system. The ones that exist are far too old( < 2008 ) to be relevant. Could someone please direct me how to go about this? Note: I did not use Synaptic for installation. I downloaded the file from the drupal.org site.

View 1 Replies View Related

Ubuntu Installation :: How To Install Drupal 6.0

Jun 8, 2010

Can anyone tell me all the steps of how to install drupal 6.0 and start using it ?

View 4 Replies View Related

Ubuntu Installation :: Cannot Connect To MySQL Db Through Drupal

Dec 24, 2010

i'm in the process of migrating from Drupal 5 to Drupal 6. My main Drupal page won't load. I have been stepping through the index.php Eclipse and XDebug.The error I'm receiving is:"can't connect to local MySQL server through socket '/tmp/mysql.sock'".i think the sock file setting is correct; it matches what the MSQL control panel has.

First question: if my.cnf says the sock file is in /var/run/mysqld, why do I keep getting the error that it can't open /tmp/mysql.sock? How do I tell Drupal to use '/var/run/mysqld/mysqld.sock'?
Second question: the mysql command-line interface (i.e., after i have logged into mysql from the terminal) doesn't mention a port from the listing obtained by entering 's'. is it possible that 3306 is a mistake? (I have tried commenting out the port reference and i still get the error identified at the top of the thread.)

does anyone have any ideas about how to resolve the 'sock' error? Many thanks if you do. Merry Christmas, too.

View 9 Replies View Related

Debian Installation :: Not Getting Php 5.2.17 For Drupal 6

Feb 27, 2011

I have installed debian-6.0.0-i386-DVD on my vmware. I want to install php 5.2 on it. But whatever mirror i'm using in my source.list i'm not getting my php 5.2.17 installed. Is there a debian mirror that i can use in my source.list to install php 5.2.15? I do not want to install 5.3, because it's not working for drupal 6 yet. I'm new to linux. i'm using apg -get update to receive the update.

View 1 Replies View Related

Fedora Installation :: How To Install The Drupal

Feb 2, 2011

how to install Drupal in fedora?

View 1 Replies View Related

Ubuntu Servers :: Convince Synaptic To Abort The Upgrade?

Apr 7, 2010

Is there any way to back out of and upgrade that is not going well, The original OS is still operable but of course synaptic wants the upgrade to continue. The upgrade stalled after packages were downloaded and about 45 to 90 seconds into the install/upgrade. Is there a way to convince synaptic to abort the upgrade?

View 3 Replies View Related

Ubuntu Servers :: Open Synaptic Package Manager - Internal Error Opening Cache (1)

Jul 22, 2011

while trying to open synaptic package manager i get the following errer "E: The package clamav-daemon needs to be reinstalled, but I can't find an archive for it. E: Internal error opening cache (1). Please report."

View 5 Replies View Related

Ubuntu Installation :: Dpkg/synaptic - Recovering Installation Canditates (versions)?

Mar 30, 2011

Well, I was just doing an update, and there was an update for git that was held back. I decided to force this update using 'sudo apt-get dist-upgrade', and installation of git then failed. At this point in Synaptic - I could see versions listed as 'lucid', 'lucid-security', and then this ppa version. Then I barely managed to remove git - but now, if I try to install it again, *only* the ppa version is listed in Synaptic - no more 'lucid' and 'lucid-security' versions!!! Does anyone have an idea how I could recover the 'lucid', 'lucid-security' versions? I will try to salvage as much of the terminal with the problems as I can below...

Code:
/var/lib/dpkg/tmp.ci/preinst: 12: dpkg-maintscript-helper: not found
dpkg: error processing /var/cache/apt/archives/git_1%3a1.7.4.1-3~ppa1~lucid2_i386.deb (--unpack):

[code]....

View 1 Replies View Related

Ubuntu :: How To Install Drupal On 10.10

Jul 14, 2011

how I can install Drupal on my Ubuntu 10.10?

View 2 Replies View Related

Ubuntu Networking :: How To Completely Remove Drupal

Jan 10, 2010

i need to completely remove drupal and reinstall it, i would also like to completely remove phpmyadmin and reinstall it.

View 2 Replies View Related

Ubuntu :: Unable To Install Drupal (ccsm)

Nov 1, 2010

after completing the form for entering the database name, user-name/password, the installer just resets all the fields when i press 'save and continue'. no error is displayed.so what might be the problem and how can i fix it?ps.wordpress installed without a hitch

View 6 Replies View Related

Ubuntu :: Access A Drupal Docments In Antoher Os?

Apr 6, 2010

I am using ubuntu 9.04 jaunty jackalope for my drupal development. and previously i developed my web portals in ubuntu 9.10 Karmic koala. Now i changed my web portals backup douments into current version ubuntu 9.04. but i can't access my site normally. it replies u r missing database tables.

View 1 Replies View Related

Ubuntu Installation :: Synaptic Not Seeing The Repos?

Feb 6, 2010

I have 2 new repos that are listed in my sources.list file. They are also visible in System/Administration/Software Sources/Other Software. However, they are not visible under the Origins tab in Synaptic. And how would I download from them if Synaptic doesn't see them?

View 8 Replies View Related

Ubuntu Installation :: Can't Run Synaptic Others Except From Root

Feb 21, 2010

Took an emachines T3265 with Win XP home and used 9.04 DVD (from Ubuntu book) to wipe out the Win XP and then install 9,04 over the entire hard drive. I then upgraded to 9.10 using the option on update manager. I gave my normal logon all privileges, but I can use synaptic and other functions such as changing update parameters w/o logging on as root. If attempt same from my logon, PC crashes.

View 3 Replies View Related

Ubuntu Installation :: Python-dev 2.6 Via Synaptic?

Apr 9, 2010

I have to install this file - python-dev 2.6 - to run FreeCAD. I found the file by googling it however the site 'strongly suggests downloading this file via the synaptic package manager'. How do I do this?

View 3 Replies View Related

Ubuntu Installation :: Upgraded To 10.10 Now Cannot Run Synaptic

Oct 17, 2010

Upgraded to MM and it boots, desktop and apps run but cannot access synaptic - gives brief error message. In terminal, ran "sudo apt-get update" and got this message:

Reading package lists... Error!
E: Problem parsing dependency Depends
E: Error occurred while processing gsfonts (NewVersion1)
E: Problem with MergeList /var/lib/dpkg/status
E: The package lists or status file could not be parsed or opened.

View 1 Replies View Related

Ubuntu Installation :: Upgrade From 8.04 To 10 LTS Using Synaptic?

Dec 14, 2010

I upgraded my old ubuntu 8.04 to 10 LTS, after all the downloading and installing is done the system is then rebooted and this appeared on screen for more than an hour theres no activity..

upto now iam waiting theres no activity on my machine.. is this normal?

View 2 Replies View Related

Software :: How To Allow .docx In Drupal

Feb 14, 2010

I have recently taken over administration of a mailserver and a drupal server, hopefully I can get answers here. Queston one: how do you allow .docx? I really despise M$ methods to increase sales.

View 1 Replies View Related

Slackware :: Are Slackers Using Drupal

Apr 17, 2010

Looking at Drupal and ISPconfig as web tools but slackware is not one of the supported distro according to queries. I have never used any but slackware so I am wondering if any Slackers are using these tools anyway or what alternatives for slackware are there?

View 4 Replies View Related

5 :: Install Drupal In CentOs?

Feb 10, 2010

Then is that I needed to install (not webmin) Drupal on Centos and
needed to know how and then how do management.

View 2 Replies View Related

Ubuntu :: Installed Drupal From Repositories Got Lots Of Errors?

Feb 23, 2010

I got the following errors after trying to install Drupal6 from the repositories.

[Code]...

View 1 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved