Difference between revisions of "Setting up Dreamwidth on Linode"

From Dreamwidth Notes
Redirect page
Jump to: navigation, search
(first section...)
 
m (no point of other text on a redirect page)
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
These instructions will help you set up Dreamwidth on Linode hosting, brought to you by <ljuser>exor74</ljuser>.
+
#REDIRECT [[Dreamwidth Scratch Installation]]
 
+
== Ordering ==
+
 
+
Newark is the best choice for a node location for 2 reasons:
+
 
+
* Guaranteed 64-bit host
+
* Fast internal-network disk image fetch from <ljuser>exor674</ljuser>
+
 
+
== Setting up a Linux Deployment ==
+
 
+
Click on "Deploy a Linux Distribution":
+
 
+
[[Image:DeployDistribution.png]]
+
 
+
This will bring you to the Linode Distribution Wizard.
+
 
+
# Click on "Ubuntu 8.04 LTS 64 Bit"
+
# Enter "3096" as the disk image size
+
# Enter "256" Swap
+
# Enter password, and hit "Create Profile"
+
 
+
[[Image:LinodeDistributionWizard.png]]
+
 
+
Wait for it to complete, and then hit "Create new disk image".
+
 
+
# Label: "Dreamwidth Image"
+
# Size: "1024"
+
# Filesystem Type: "ext3"
+
# Hit "Create Disk"
+
 
+
[[Image:CreateDiskImage.png]]
+
 
+
# Click on "Ubuntu 8.04 LTS 64 Bit Profile"
+
# Set /dev/xvdc to "Dreamwidth Image", and hit "Save Profile"
+
 
+
[[Image:LinodeConfigurationProfile.png]]
+
 
+
Go to the "Network" tab, and click on "Add Private IP".
+
 
+
[[Image:AddPrivateIP.png]]
+
 
+
And take note of the text after "eth0"--this is your node's public IP--and the text under "for manual configuration"--your private network IP.
+
 
+
[[Image:LinodeNetworkConfiguration.png]]
+
 
+
== Getting into the node ==
+
 
+
Go back to the "Dashboard" tab, hit "Boot", and wait for the task to complete.
+
Open your SSH client and SSH to root@<i>noted eth0 address</i>, and enter your root password:
+
 
+
[[Image:LinodeSSH.png]]
+
 
+
== Get the Dreamwidth image ==
+
 
+
Install wget:
+
 
+
apt-get install wget
+
 
+
If you are on a Newark node:
+
 
+
<i>noted "for manual configuration" line</i>
+
wget http://192.168.133.102:6887/Linode-Dreamwidth-Ubuntu.img
+
 
+
If you are *NOT* in Newark:
+
 
+
wget http://ns1.andreanall.com:6887/Linode-Dreamwidth-Ubuntu.img
+
 
+
Now you can copy the image to your deployment:
+
 
+
dd if=Linode-Dreamwidth-Ubuntu.img of=/dev/xvdc
+
 
+
[[Image:LinodeDreamwidthImage.png]]
+
 
+
This may take a while.
+
 
+
[[Category: Development]]
+

Latest revision as of 22:55, 5 April 2011