installation

Installing Wordpress along side Cakephp

I have cakephp installed in the root directory. site.com/ i want to install wordpress blog at site.com/blog but since cakephp will redirect all urls i am not sure how to do it ? ...

install subversion (svn) via ssh

I have a godaddy shared server with ssh enabled. Is it possible to install svn via ssh? If not has anyone found any other ways? ...

Installing MySQL system tables... ERROR: 1136 Column count doesn't match value count at row 1?

I was setting up a Rails 3 environment on my local machine with MySql5 following this tutorial: http://blog.openrain.com/2008/08/20/setup-ruby-and-rails-on-osx/. When I run the below command: sudo -u mysql mysql_install_db5 I get the following error. -------- Installing MySQL system tables... ERROR: 1136 Column count doesn't match ...

Installation for Mac and Linux on a windows machine

Hi all. I was wondering if there is anyway to create an installation for Mac and Linux using a strictly windows machine? I am developing a program that I will be attempting to make available on all three platforms through use of the Mono project (C#) and need to create installers for each one. Given my almost complete ingnorance (this ...

Need help setting up ASP.net 3.5 (Screenshots)

This is driving me crazy, and has been bugging me for weeks, I'm trying to sort it all out today but am having real difficulty, if anyone could help it would be a HUGE benefit to me! I'm trying to get a website I've developed on one computer, to work on my home computer. The old computer was running ASP.net 3.5. On my new computer, af...

Ubuntu Installation

I was installing 32-bit Ubuntu(ubuntu-10.10-desktop-i386.iso) on my IBM Thinkpad T510 laptop. During installation an error came up with the following text. "(initramfs) mount: mounting dev/loop0 on //filesystem.squashfs failed: Input/Output error Can not mount /dev/loop0 (/cdrom/casper/filesystem.squashfs) on //filesystem.squashfs" I d...

Sitecore SSM - Poll Module failing to install

During the installation of the Poll module (Sitecore 6.2 package: 1.1.0 OMS version), an error occurs preventing the completion of the installation. I downloaded the package from here: http://trac.sitecore.net/Poll We are using: Sitecore.NET 6.2.0 (rev. 100507) I've tried repeating the install several times, restoring the database...

How can I get another application's installation path programmatically?

Hi, I'd like to know where the installation path for an application is. I know it usually is in ...\Program Files... but I guess some people install it in different locations. I do know the name of the application. Thank you. ...

Linux installation gone wrong

Tried installing Linux(red hat 5) along with windows7. I created a new partition(10 GB in size) and used it for Linux installation. After installation, I was getting 'GRUB geom error' and my system wasn't booting. Few tries, and I had to format my entire hard disk and had to run fixmbr which came up with a warning msg "a new MBR will...

Extension installation in one setup file

Hi, I have developed the extensions for firefox (using javascript, MDC and created as xpi file), chrome (created as .crx file), IE (cerated as .exe) browsers. And it is working well in each browser. But i need to create these three extensions in one .exe file. If i run that created exe file it needs to install in these three browser...

Unattended Install for Setup & Deployment project, VS 2005

Hi there, I have a setup & deployment project which includes a large C# project that i have created. I also have some prerequisites that i bootstrapped to the exe, although the MSI file is, as usual, just the project itself. I would like to create a complete unattended install, not just removing the User interface forms via the UI tab i...

Perl application installation

I have written a small perl application for deployment on a few servers. It consists of some scripts, some modules and some data files. It will be used by multiple users. I'd like to keep all these files together in one directory rather than moving the app modules to the site_perl directory. For example, lets say the application consist...

Safe way to uninstall old version of python

I want to update my Python framework on Mac and delete the old versions but I am not sure if is safe to rm -fr /Library/Frameworks/Python.framework/Versions/2.4 - 2.5 - 2.6 -3.0 etc. Any suggestion? ...

Oracle 11g R2 Install Guide

Hi, I have a need to install Oracle 11g R2 on Windows Server 2008 R2. I have downloaded the two files from Oracle (win64_11gR2_database) and the client (win64_11gR2_client). Does anyone have a guide or step by step to sucessfully setup Oracle? My goal is to connect to the database from Visual Studio 2010. Thanks ...

changing CF9 root directory wwwroot to Sites on mac

Hi, I have installed CF9 development edition and would like to change the web folder to Sites on my mac rather than wwwroot in the coldfusion 9 folder. Any ideas how I can achieve this? Thanks, R. ...

What Should i do to get PyQt4 working?

Installed python-qt4 and pyqt4-dev-tools packages on ubuntu Python 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from PyQt4 import QtGui Traceback (most recent call last): File "<stdin>", line 1, in <module> RuntimeError: the sip module imple...

Problem with iplots library which prevents JGR to start on macos

I want to install (and run) JGR on my macos to develop R scripts. To do so, I have installed R-2.12.0. (dmg), neccessary libraries for JGR and JGR (ui for R) following these instructions: install.packages(c("rJava","JavaGD","iplots")) install.packages("JGR") Unfortunately I can not load JGR library, because I got an error within iplo...

Inactive word addin - reenable

Hello, my problem is blocked VSTO word 2007 addin. Once the addin breaks down, in non-debug mode, its unable to reenable it from word (set its status from inactive to active). The only way to do this is to recompile the plugin. I tried with LoadBehaviour=3 (word sets this value immediately into 0, after its run). There ae no Resiliency e...

Ruby on Rails -- new install on windows 7 but cant run ruby commands, problem with path?

I just installed ruby on rails on my new computer ( I was using instantrails before) and I'm trying to get everything setup. Im running Windows 7. So I followed the instructions from this tutorial. http://blogupstairs.com/ruby-on-rails/installing-ruby-on-rails-on-windows-7/ The problem i'm guessing is step 3 "Add the newly installed ...

How to abort a active download of a package in Ubuntu?

I was downloading a package from a terminal. Actually i want to install some package 'A'. But,by mistake installing some other package 'B'. So, i wanted to stop the download of that package 'B' and start downloading 'A'. But, i couldnt able to do that. I reset my network connnection. I could stop downloading the package B. But, the admin...