crosye.blogg.se

Installing drupal on aws ec2 using command line
Installing drupal on aws ec2 using command line











  1. #INSTALLING DRUPAL ON AWS EC2 USING COMMAND LINE INSTALL#
  2. #INSTALLING DRUPAL ON AWS EC2 USING COMMAND LINE SOFTWARE#
  3. #INSTALLING DRUPAL ON AWS EC2 USING COMMAND LINE PASSWORD#
  4. #INSTALLING DRUPAL ON AWS EC2 USING COMMAND LINE PC#

The following environment variables are set as: Removing read,write,execute permissions for world.Ĭhanging groupname of /u01/app/oraInventory to oinstall.

#INSTALLING DRUPAL ON AWS EC2 USING COMMAND LINE PASSWORD#

Set password for user “SYS”& click “ OK” to continue.Ĭhanging permissions of /u01/app/oraInventory.

#INSTALLING DRUPAL ON AWS EC2 USING COMMAND LINE INSTALL#

In case you face any more errors you can Check“Ignore All” checkbox& install the mentioned packages externally if required. Remove ksh package forcefully and install the pdksh package with given below command:. The pdksh package is not available in Oracle repository due to which you need to download and install it manually.ĭuring pdksh package installation you may encounter conflict error of ksh package. Press “ Continue” for resuming the Oracle installation

#INSTALLING DRUPAL ON AWS EC2 USING COMMAND LINE PC#

Note :Now the runInstaller script will make use of your local Windows PC for the DISPLAY_PARAMETER error faced earlier for enabling the 256 colors required for launching the oracle GUI for installation. Now go to the unzipped database directory & run runInstallerscript.

installing drupal on aws ec2 using command line

Once you login with your pem file as ubuntu or ec2-user type below command. Failed SSH->X11” and make sure the “ Enable X11″ forwarding box is checked, then return to the Session category and click when you are ready to connect to the specified machine: > Could not execute auto check for display colors using command /usr/bin/xdpyinfo. Actual 1011 MB PassedĬhecking monitor: must be configured to display at least 256 colors Actual 7113 MB PassedĬhecking swap space: must be greater than 150 MB. On running the script you will receive errors for swap space & most importantly errors responding to setting up of DISPLAY Parameter as indicated below.Ĭhecking Temp space: must be greater than 120 MB. Run the runInstaller script placed under database directory. On unzipping the files a database directory will get created.

#INSTALLING DRUPAL ON AWS EC2 USING COMMAND LINE SOFTWARE#

LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib export LD_LIBRARY_PATHĬLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib export CLASSPATH export PATHĬreate the directories and set the appropriate permissions in which the Oracle software will be installed. ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1 export ORACLE_HOME ORACLE_BASE=/u01/app/oracle export ORACLE_BASE ORACLE_UNQNAME=DB11G export ORACLE_UNQNAME Now login as oracle user & make below entry in your. Make the following entries in /etc/security/limits.d/nf # /etc/init.d/network restartĬreate a User oracle & specify a password for it. Restart your network for the changes to take effect. Where, 54. is the Elastic IP of your Oracle Instance Make an entry for fully qualified hostname in /etc/hosts fileĥ4. oracle # yum install oracle-rdbms-server-11gR2-preinstall # wget -O /etc/pki/rpm-gpg/RPM-GPG-KEY-oracle

installing drupal on aws ec2 using command line

We use “ oracle-rdbms-server-11gR2-preinstall” package offered by “ Oracle Public Yum” repository. Without wasting any time lets jump down to the point & discuss further steps. I believe the best example to showcase this environment would be that of AWS Cloud. You may find many blogs on internet providing step-by-step guidelines to install Oracle 11g on RHEL/Centos 6.x but what’s different here is, I would be discussing the installation of Oracle 11g on AWS EC2 instance through CLI in cases where you do not have access to physical system.













Installing drupal on aws ec2 using command line