Linode Forum
Linode Community Forums
 FAQFAQ    SearchSearch    MembersMembers      Register Register 
 LoginLogin [ Anonymous ] 
Post new topic  Reply to topic
Author Message
PostPosted: Wed Jan 25, 2012 9:06 pm 
Offline
Senior Newbie

Joined: Tue Jan 24, 2012 8:02 pm
Posts: 7
Location: United Kingdom
Hi

All the Drupal stackscripts seem to be deprecated or no longer working. Anyone know of any that are still working?

Cheers

Jibb


Top
   
 Post subject:
PostPosted: Thu Jan 26, 2012 7:03 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
Nope but drupal's pretty easy to install manually if you just pick a LAMP/LEMP script you like then if you get stuck ask here telling us which script you used and we can point you in the right direction.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Thu Jan 26, 2012 7:57 am 
Offline
Senior Newbie

Joined: Tue Jan 24, 2012 8:02 pm
Posts: 7
Location: United Kingdom
Thanks for that.

Can anyone recommend a good base LAMP / LEMP stacksript as a starting point for a Druapl 7 install?

There seem to be a number out there. I'm a bit of a noob here. I've been developing my site on my home PC using WAMP and I don't really know which to go for. I've heard good things about Varnish, but beyond that, I'm a little lost.

Cheers

Jibb


Top
   
 Post subject:
PostPosted: Thu Jan 26, 2012 8:26 am 
Offline
Senior Member

Joined: Sun Mar 07, 2010 7:47 pm
Posts: 1970
Website: http://www.rwky.net
Location: Earth
This one's mine http://www.linode.com/stackscripts/view ... iptID=2471 I suggest the following settings:
install mysql = yes
mysql password = up to you, make it something hard to crack but that you can remember
install nginx from ppa = yes
ssh port = whatever you like, you can leave it at 22
user = whatever you like, this is who you'll log in as
user password = see mysql password
user ssh key = optional but recommended see http://library.linode.com/security/ssh- ... ws-systems on how to generate one, you need to put the public key in that box
root email = your email
hostname = if your server is example.com then s1.example.com is a fair idea
Use ec2 kernel = no
which webserver = nginx

You can view the progress of the installation using LISH see here http://library.linode.com/troubleshooti ... node-shell

Once it's installed, reboot then run the following commands
Code:
sudo mkdir -p /var/www/
wget http://ftp.drupal.org/files/projects/drupal-7.10.tar.gz
tar -xf drupal-7.10.tar.gz
sudo mv drupal-7.10 /var/www/drupal

The sudo commands will ask for the user password you set at installation.

Then run
Code:
sudo nano /etc/nginx/sites-enabled/drupal
and put the contents of the following link in that file http://p.linode.com/6208 changing example.com to your domain press ctrl+x then y to save it, run
Code:
service nginx reload
to restart nginx

You'll then be able to access the drupal installation from your domain (assuming you've set up your DNS records see here http://library.linode.com/dns-guides/co ... de-manager)

Note you'll have to create a database and user for drupal using whatever your favourite mysql client is.

_________________
Paid support
How to ask for help
1. Give details of your problem
2. Post any errors
3. Post relevant logs.
4. Don't hide details i.e. your domain, it just makes things harder
5. Be polite or you'll be eaten by a grue


Top
   
 Post subject:
PostPosted: Thu Jan 26, 2012 8:35 am 
Offline
Senior Newbie

Joined: Tue Jan 24, 2012 8:02 pm
Posts: 7
Location: United Kingdom
oh wow! awesome - thanks so much for this :D :D

Gonna give this a try from home this evening.

Thanks

Jibb


Top
   
 Post subject:
PostPosted: Thu Jan 26, 2012 8:38 am 
Offline
Senior Member
User avatar

Joined: Sat Aug 30, 2008 1:55 pm
Posts: 1739
Location: Rochester, New York
When I need a PHP-based web server, I usually go with the "official" Linode stackscript. It works.

_________________
Code:
/* TODO: need to add signature to posts */


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
RSS

Powered by phpBB® Forum Software © phpBB Group