Quercus: linode

From Resin 3.0

(Difference between revisions)
Jump to: navigation, search
m (linode link name)
(Fix pre's)
Line 5: Line 5:
 
# Obtain an account from [http://linode.com linode.com]
 
# Obtain an account from [http://linode.com linode.com]
 
# Log in to the account and create an Ubuntu image
 
# Log in to the account and create an Ubuntu image
# Log into your linode and install the following packages:
+
# Log into your linode and install the following packages:<pre>apt-get ubuntu-minimal ubuntu-standard sun-java6-jdk mysql-server postfix</pre>
  apt-get ubuntu-minimal ubuntu-standard sun-java6-jdk mysql-server postfix
+
# Download Resin Open Source [http://www.caucho.com/download]<pre>wget http://www.caucho.com/download/resin-3.1.6.tar.gz</pre>
# Download Resin Open Source [http://www.caucho.com/download]
+
  wget http://www.caucho.com/download/resin-3.1.6.tar.gz
+
 
# Untar Resin into /usr/local/share
 
# Untar Resin into /usr/local/share
 
# Create a link from /usr/local/share/resin to the Resin directory
 
# Create a link from /usr/local/share/resin to the Resin directory
# Edit /usr/local/share/resin/conf/resin.conf to change the host-deploy directory:
+
# Edit /usr/local/share/resin/conf/resin.conf to change the host-deploy directory:<pre><host-deploy path="/var/www/hosts"></pre>
  <host-deploy path="/var/www/hosts">
+
 
# Create a host directory: /var/www/hosts/<host-name>
 
# Create a host directory: /var/www/hosts/<host-name>
# Download Drupal:
+
# Download Drupal:<pre>wget http://ftp.osuosl.org/pub/drupal/files/projects/drupal-6.2.tar.gz</pre>
  wget http://ftp.osuosl.org/pub/drupal/files/projects/drupal-6.2.tar.gz
+
 
# Untar Drupal in /var/www/hosts/<host-name>
 
# Untar Drupal in /var/www/hosts/<host-name>
# Create a database for Drupal in MySQL
+
# Create a database for Drupal in MySQL<pre>mysql -u root</pre><pre>> CREATE DATABASE drupal;</pre>
  mysql -u root
+
  > CREATE DATABASE drupal;
+
 
# Browse to your host and configure Drupal as directed.
 
# Browse to your host and configure Drupal as directed.

Revision as of 23:10, 13 May 2008

Running Quercus hosted by linode.com


  1. Obtain an account from linode.com
  2. Log in to the account and create an Ubuntu image
  3. Log into your linode and install the following packages:
    apt-get ubuntu-minimal ubuntu-standard sun-java6-jdk mysql-server postfix
  4. Download Resin Open Source [1]
    wget http://www.caucho.com/download/resin-3.1.6.tar.gz
  5. Untar Resin into /usr/local/share
  6. Create a link from /usr/local/share/resin to the Resin directory
  7. Edit /usr/local/share/resin/conf/resin.conf to change the host-deploy directory:
    <host-deploy path="/var/www/hosts">
  8. Create a host directory: /var/www/hosts/<host-name>
  9. Download Drupal:
    wget http://ftp.osuosl.org/pub/drupal/files/projects/drupal-6.2.tar.gz
  10. Untar Drupal in /var/www/hosts/<host-name>
  11. Create a database for Drupal in MySQL
    mysql -u root
    > CREATE DATABASE drupal;
  12. Browse to your host and configure Drupal as directed.
Personal tools