Server :: Web Development Environment Setup?

Feb 21, 2010

I have been looking around the web and forums for a while for the best way to set up a development office. I havent really found many specifics. I am with a new company is just starting to really take their development services seriously. We've added a couple developers and designers in the last month. I am trying to figure out a the best way to set up our environment.

We have a couple dedicated virtual servers with Media Temple. Currently, we develop everything under a subdomain of a domain we set up for development. When the site is ready to go live we move the site to its own domain. I cant believe this is the best way to go about things. So, what do you guys suggest as a setup? Software, versioning, etc. We have the ability to setup a test server in house and then push out changes to the production server but not really sure if that is needed.

We do mainly Wordpress development. If this should be posted in another area,

View 1 Replies


ADVERTISEMENT

Ubuntu :: Setup A Cross-platform Development Environment With Qt - Qt-sdk Package Missing

Feb 13, 2011

I was trying to setup a cross-platform development environment with qt, an thus looked for the qt-sdk package I used to install on my 32-bit machine.This package appears to have been deleted from 64-bit ubuntu maverick, but I do not understand the details...

- Has this package been renamed, or is there another one in place of it?

- Is this package going to be available again in the future?

PS: I am aware that one can install the sdk by downloading the installer, but for unattended install I prefer the apt package...

View 8 Replies View Related

Debian :: Create A Sandbox Environment On LAMP Server For PHP/MySql Development?

Mar 5, 2011

I need to create a sandbox environment on my LAMP server for PHP/MySql development. Anyone who could point me in the right direction or share their insight?

View 1 Replies View Related

General :: Setup A Development Test Zone On A Live Apache Server?

Mar 12, 2010

I have dedicated LAMP server running and I was wondering if I am able to run a dev/testing zone on it so to speak?...That way, I can have my come back soon, site is being constructed page live, and develop elsewhere on the server. I was trying a virtualhost, but since that is name based, the web browsers don't know what to do with it. I know the safest way is to develop on this machine then move to web server but I'm just seeing if what I was trying to do is possible.

View 4 Replies View Related

Ubuntu Servers :: Setup A Local Mail Server For Internal Testing On Development Work?

Dec 10, 2010

how to setup a local mail server for internal testing on my php development work. For example if I sent an email using php script to [url]....I should be able to check the mailbox of 'someone' either in Outlook or SquirrelMail.I have done some reading about this. All I know is that I need Postfix with Courier. But I just don't know to get it working.

View 3 Replies View Related

Ubuntu :: Set Up Development Environment - Download TCC?

Oct 10, 2010

I have recently got tired of Windows and now trying to switch to Linux Kubuntu. how to download TCC for Linux, but I'm not able to use it. I used to add two right click menu entries(at WinXP) - Compile, and Compile and Run. Is there a way I can do it with Linux, for the .C format?

View 2 Replies View Related

Installation :: Virtual Development Environment On Distro

Jun 28, 2010

I would like to install a very light linux distribution. Light enough to be an host running virtualbox (or vmware player) and then a linux virtual machine of choice on it. Occasionally I could be in needs of running a windows distribution.

The reason why I would like to do this is that I am a developer. I found much convenient to prepare my development environment and run it from machine to machine. Rather than reinstalling a distribution and set it up each time I buy a new laptop.

Do you think it's possible ? The alternative could be to make a kind of linux image and install on a brand new PC, but I don't know how to do that and what are the downside of it.

View 3 Replies View Related

General :: Need Development Environment For Mqsql In Debian

Jul 14, 2010

I am working with TS7260 and ARM9 board with Debian os I want to interface any database so will you guide what header files are required and how to compile it..

View 3 Replies View Related

General :: Small Distribution Which Comes With Complete C Development Environment

May 2, 2010

I have installed "Damn Small Linux" on my home computer for doing C development in unix. But the distribution doesn't by default come with the C development environment and I am facing some issues when trying to install the gcc.Is there any other small Linux distribution which by default has the required packages for the C development. And also I don't want additional software which takes up lot of space but still would like to have the graphical environment.

View 6 Replies View Related

General :: Configure Environment After Installing A Development Library In System?

Feb 17, 2011

I installed a library to the /usr/local/ prefix in Linux using ./configure && make && make install. What environment variables do I need to set in order for the linker and compiler to search these new library and header paths?

View 1 Replies View Related

General :: Create Virtual Machine For Web Development Test Environment

May 31, 2011

I'm looking into creating a virtual machine to mirror a web hosting environment I pay for. Long story short, I need a lab so I am not taking down the live site with my mistakes.Questions:

1 - What OS is most commonly used and / or best for running apache web server?My paid host is running "Operating System =linux; Kernel Version2.6.28.5-grsec-sg2"

2 - What is the best open source solution for creating a virtual linux machine on a box running XP?

View 3 Replies View Related

Ubuntu :: Setup A Web And Mail Server On Desktop Environment?

May 27, 2011

Before setting up a dedicated web- and mail-server system, I want to learn it by setting both up on my desktop environment. So far I can only find how-to's which are based on server install iso's.

Is it wise first to install a mail server by using i.e. [URL]. Get it up and running and then install a lamp server using [URL]

Both servers must use my own IP address which is related to my own domain xxxxx.com I also need to understand how to incorporated these.

My desktop is Ubuntu 11.04 2.6.38-8-generic x86_64.

View 2 Replies View Related

CentOS 5 Server :: Cannot Setup Diskless Environment With Host (3.9 Kernel)

Feb 11, 2010

My problem is that I can't setup a diskless environment with CentOS 5.4 (server) and CentOS 3.9 (hosts). On the host, I've recompiled the CentOS 3.9 kernel, with these mods:
- added kernel level IP autoconfiguration;
- added NFS file system support;
- added Root file system on NFS;
- added e1000 driver (the host has a gigabit network card);

Then, I have followed the guide at this link: [URL]
But in my dhcpd.conf I'he put other parameters:
ddns-update-style interim;
allow bootp;
allow booting;

subnet 192.168.195.0 netmask 255.255.255.0 {
range192.168.195.70 192.168.195.90;
option routers192.168.195.254;
option subnet-mask255.255.255.0;
option domain-name"lnf.infn.it";
option domain-name-servers192.168.195.254;
option time-offset-18000; # Eastern Standard Time
default-lease-time21600;
max-lease-time43200;
filename"linux-install/pxelinux.0";
next-server192.168.195.254;
}

host dante79 {
option host-name"dante79";
hardware ethernet00:20:38:01:C3:7C;
fixed-address192.168.195.79;
}

View 8 Replies View Related

Ubuntu Servers :: Setup Simple File Server In A Native Environment?

Dec 7, 2010

I have two computers on my home lan I am trying to share files between...My desktop which is running Ubuntu Server 10.10 (x64) with a GUI, and my laptop which is running Ubuntu Desktop 10.04. I have tried a million different tutorials regarding SAMBA setup, but they never work.

In addition, most of those tutorials are geared towards hybrid Linux/Windows environment. I do not have any microsoft product in my home. I have created the share on my server, but I'm not sure how to connect to it from the laptop (once again at this point in the tutorials it explains how to access it from a Windows PC). I tried using the menu doing this:

Places-->Connect To Server-->Service Type-->Windows Share (for the server I tried my server hostname and IP) to no avail. Does anyone know of a recent step by step tutorial for setting up a complete Ubuntu environment? Is there a simpler method I can use since I do not particularly need to use SMB protocol?

All I want to do is share my music folder from my server so I can access it (from the same LAN) on my laptop...Arrrghhh frustrating.

View 8 Replies View Related

Ubuntu Installation :: Desktop Environment (gnome) On Server 11.04 - Setup A Graphical App?

Aug 2, 2011

I install ubuntu server 11.04 I select ubuntu server from boot menu then enter username and password and then i see a command line line and a black background How i can setup a graphical app (some thing like genome) for my server I do not know any thing Any body can explain all step of this for me how I connect to internet how download graphical app and install it? (I connect to web with windows 7 and adsl internet)

View 6 Replies View Related

Ubuntu :: Setup Xserver With Karmic - Run The Installer In Server WITHOUT Installing Gdm Or A Desktop Environment?

Mar 24, 2010

I have a server set up with Ubuntu Karmic. I am making it a printer server, and my printer is compatible with Ubuntu. (I tested it on my laptop, also using ubuntu) My problem is, the driver installer is graphical and my server is not. Is there a way I can just run the installer in server WITHOUT installing gdm or a desktop environment? So far, everyone I've read says to have xserver,xorg,fluxbox(or other gui), etc. I just want to run the installer through SSH, and I know about the -X tag.

View 5 Replies View Related

OpenSUSE :: Setup PHP / Apache / MySQL For Development?

Mar 16, 2011

On Windows and Mac it's as simple as downloading some WAMP and XAMP stack and clicking "install".

On OpenSUSE I'm trying to do it myself. I went into YaST and installed the "Web and LAMP Server" pattern.

Then I edited the default-server.conf file to point towards my website by changing the DocumentRoot and <Directory "blah blah"> lines.

Then I tried to start apache, but got the following error:

Code:
# apache2ctl restart
httpd2: Syntax error on line 188 of /etc/apache2/httpd.conf: Could not open configuration file /etc/apache2/sysconfig.d/include.conf: No such file or directory
So I just went into httpd.conf and commented out that line.

[Code].....

View 7 Replies View Related

Ubuntu :: How To Setup The Development Version Of GRASS7

Jun 24, 2010

I upgraded from 8.04 to 10.04 without issue. Today I was trying to set up the development version of GRASS7, which required changes to Python 2.6. instead of reinstalling,I managed to select remove for all python except minimal for all versions. Ubuntu of course now boots in low graphics mode. Is there a way I can restore it to the default without reinstalling from scratch?

View 2 Replies View Related

Networking :: DHCP Setup For Development Board Connection On Fedora10?

Mar 16, 2011

I'm still fairly new to Linux so please forgive me if my description of my problem leaves out important information. My problem is centered around using a AT91SAM9G45 development board (DB)on Fedora 10. I have directions on how to setup on my host machine a DHCP server to connect to the development board. I have installed an additional network card (eth1) that will be used exclusively to communicate with my DB.

The DB has been setup with an ethaddr=12:34:56:78:9a:bc and an ipaddr=192.168.251.191.

The following is info from ifconfig for eth1:
eth1 Link encap:Ethernet HWaddr 00:0A:5E:1A:46:1C
inet addr:192.168.251.190 Bcast:192.168.251.255 Mask:255.255.255.0
inet6 addr: fe80::20a:5eff:fe1a:461c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:38 errors:0 dropped:0 overruns:0 frame:0

[Code]...

View 3 Replies View Related

Ubuntu :: Get The X Window Environment Setup?

Sep 1, 2011

I've used Ubuntu 4 years ago now I'm installing a new version. How do I get the X Window environment setup, instead of Windows environment that I'm seeing ?. I need something like KDE and XTerm.

View 2 Replies View Related

General :: How To Setup A PXE Boot Environment

Feb 12, 2010

I'm trying to setup a PXE boot environment.Now the diskless machine reads in vmlinuz and initrd.lz from the /tftpboot directory of the dhcp server machine (host name: antilop, runing slackware 11.0).There is a NFS export named /usr/data/ubuntu on antilop (which can be mounted from the client when runing mandriva mcnlive Toronto)When I'm trying to boot with PXE, the kernel and initrd starts, eth0 gets a valid ip address.Then a lot of error messages appear saying: NFS over TCP not available from 192.168.1.48 <- this is antilop, my DHCP server and NFS server too.

Here is the content of the /tftpboot directory:

-rw-r--r-- 1 root root 34 2010-02-11 20:49 boot.txt
-rwxr--r-- 1 tjp users 75564 2009-10-05 16:08 gpxelinux.0*
-r--r--r-- 1 root root 5755032 2009-10-28 00:00 initrd.lz
drwxr-xr-x 2 root root 2592 2010-02-12 12:59 pxelinux.cfg/
-r--r--r-- 1 root root 3890400 2009-10-16 00:00 vmlinuz

Here is the contents of my /pxelinux.cfg/default:

default aaaa
label aaaa
kernel vmlinuz
append boot=casper netboot=nfs nfsroot=192.168.1.48:/usr/data/ubuntu initrd=initrd.lz

There is no process listening on tcp port 2049 (on antilop)I asked my friend google but it didn't give a satisfying answer so far.Some said that no nfs-over-tcp exists on slackware, some said nfs clients trying over tcp must fallback to udp.

View 3 Replies View Related

CentOS 5 :: Setup Dev Environment With Samba?

Mar 11, 2010

I have setup samba and shared /var/www/html on a shared folder so that i can access the folder directly via my IDE, however i cannor write file in there, is there any better way of doing it ?

View 1 Replies View Related

General :: Setup Environment Variables For Groups?

Jun 15, 2010

I can setup variables in ~/.bashrc for my own shells. I can also setup variables globally in /etc/bashrc.but then how do I setup variables for a group in Linux? So that users who belong to this group will see the variables, but not others?

View 2 Replies View Related

General :: Setup A Demo Desktop Environment For Ppl?

Mar 23, 2010

i need to setup a demo desktop environment for ppl to try out a java based gui. i need to put this demo on a VPS server, run a vncserver, and use a web-based vnc viewer for ppl to access to it. what is the best desktop environment for this case, 1. my vps server only has about 200m memory left 2. i need to have java swing set running 3.it doesn't have to be cool, but it needs to be quick. i heard that freeNX is quicker, but i doubt there will be a web-based viewer around. i tried both gnome and xfce4 on my virtual machine and vnc to it, strangely i found out gnome is somehow faster than xfce4 which is supposed to be otherwise.

View 4 Replies View Related

Debian Configuration :: Setup PATH Environment Variables?

Jan 8, 2011

I edited /etc/profile to look like:

# /etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).
if [ "`id -u`" -eq 0 ]; then

[code]....

When i type env, it just shows: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin It also shows JAVA_HOME, CLASSPATH and others were set up. Trying to get updatetool in glassfish usable for any user and during any session. I did the export command in a shell, and it worked, but not after closing the session. how to do environment variables.

View 3 Replies View Related

Hardware :: RAID 1 Mirroring Setup For Home Environment

Jul 21, 2010

I planned to setup raid 1 mirroring for my small home environment. Then I selected two new harddisk and connected to my system. I inserted my fedora dvd and I clicked raid button in the graphical installation process by refering redhat docs. I installed successfully in /dev/sda /dev/sdb it works fine. For testing purpose I removed one harddisk /dev/sda. My system didnt boot it shows grub error. Why this happened? Since I have configured raid mirroring why the system is not booting from second harddisk /dev/sdb.

View 1 Replies View Related

Networking :: Setup A Firewall In Home Network Environment

May 2, 2010

I am attempting to set up a firewall in my home network environment. the rest of the environment is windows, sorry I am attempting now so bear with me. what I have is a cable modem coming in, then my fedora 11 box with 2 nics, then the wireless router and the rest of the network.

everything works fine until I put the linux box in. If I put the firwall in the firewall sees the internet but the wireless router directly after does not. I am doing something wrong with the dhcp I am guessing. I dont want the firewall to give the address to the network I want the router to. I tried to get the firewall to do it (yum install dhcp leafnode) but it kept saying something didn't work right.

so I figure I will let the cable modem give the firewall an ip and the router give the rest of the network their ip's but how do I get the firewall and router to see each other and allow passthrough?

View 1 Replies View Related

CentOS 5 :: Java Environment Variables Setup With Newest JDK

Jun 4, 2010

OS: Centos 5.5_x86
I've searched quite a bit for how to set up Java environment variables with the newest java JDK. I installed java using the following commands:
yum groupinstall "java development" (I need it for the application I am trying to run)
yum install "java"
I have them both installed however I can't seem to get java to function. The application I am trying to run requires that I set java environment variables any solutions?

View 1 Replies View Related

Fedora :: The Service Does Not Use The System Environment Variable For JAVA And JRE Setup?

May 6, 2010

i have added a tomcat startup service using chkconfig. I have set up JAVA_HOME and JRE_HOME as well ass alternatives to point to the correct location.I have an init script in /etc/init.d. When i start the tomcat service using [ /etc/init.d/<x> start ] everything works fine and the environment variables for JAVA_HOME and JRE_HOME are used correctly.Now i added the service <x> using chkconfig --add so that it can start on boot up. But now the service does not use the system environment variable for JAVA and JRE setup by me.Also after complete bootup if i try to start the service using [ service <x> start] the environment variable in the shell are not used. don't want to exclusively declare variables for JAVA_HOME and JRE_HOME in the init script.

View 2 Replies View Related

Ubuntu Servers :: Diskless Login - Setup A PXE Boot Environment?

Nov 24, 2010

how to to setup a PXE boot environment. The server contains a LUbuntu 10.10-installation the client is Ubuntu 10.10 Server (I didn't mix up those two...) So, everything is going fine; the client gets an ip-adres, and boots over PXE. The login-prompt is shown. Problem: I can't login. It seems my users are deleted (better not copied). Of course the system (client) works fine when I boot the system from it's harddrive. The only thing I can guess, there going something wrong with:

[Code]....

View 1 Replies View Related







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