Installing second WP
-
Hey Guv and all.
What do I do if I want to install multiple blogs ? Will I have to chop part of the stack?
Posted 1 year ago # -
hey Mitty,
this is heavily covered in the core docs (check out the Admin section as well, there's a link at the bottom of the menu that's appended to each of the tuts) but essentially you'd leave the stack as is and add to it, just as you added to it originally with site #1.
or ..
if you're using WordPress then you could be lazy and run the single blog stackscript, adding a few variables and running the thing
.. that sets up everything in about 60 seconds, happy days :)
WP3 Stack: Add WordPress 3 Single Sites on LEMP
if you want sub-site blogs, again scan the docs for the detail (there are several WP tutorials alone) or you could run the WP3 multi-site script:-
Posted 1 year ago # -
Hi... I installed a LEMP system using your stackscript, virutalhosts and wordpress with the stackscript too. When I did a new installation, I got following error:
/script: line 150: /etc/init.d/php-fastcgi: No such file or directory
./script: line 151: /etc/init.d/php-fastcgi: No such file or directory
Gracefully shutting down php5-fpm . done
Starting php5-fpm PHP Deprecated: Comments starting with '#' are deprecated in /etc/php5/fpm/conf.d/mcrypt.ini on line 1 in Unknown on line 0
doneMy LEMP installations is with php5-fpm so I get the error message for php5-fastcgi. However, how should I interpret the message regarding php5-fpm? Should I reinstall mcrypt?
Posted 1 year ago # -
You can see my php installation status here: http://hkim.se/phpini.php
Posted 1 year ago # -
hi H Kim,
try:-
sudo -i #give password aptitude install php5-mcrypt /etc/init.d/php5-fpm stop /etc/init.d/php5-fpm start exitlet me know .. curious, will keep my eye on this.
Posted 1 year ago #
Reply
You must log in to post.
Want HTML?
a blockquote code em strong ul ol liPlace code between backticks `codeHere`
You've got it.
