Update InstallationFedora16Apache.markdown
This commit is contained in:
parent
c9437019c1
commit
12c4141a0e
1 changed files with 12 additions and 0 deletions
|
@ -31,6 +31,18 @@ Once you've confirmed that your cloud account is set up, you can get started on
|
||||||
echo "extension=apc.so" > /etc/php.d/apc.ini
|
echo "extension=apc.so" > /etc/php.d/apc.ini
|
||||||
pecl install oauth
|
pecl install oauth
|
||||||
echo "extension=oauth.so" > /etc/php.d/oauth.ini
|
echo "extension=oauth.so" > /etc/php.d/oauth.ini
|
||||||
|
# start apache
|
||||||
|
/etc/init.d/httpd start
|
||||||
|
# make sure it starts on boot
|
||||||
|
chkconfig --add httpd
|
||||||
|
|
||||||
|
If you're going to be using MySql you need to install it.
|
||||||
|
|
||||||
|
yum install mysql-server
|
||||||
|
# start mysql
|
||||||
|
/etc/init.d/httpd start
|
||||||
|
# make sure it starts on boot
|
||||||
|
chkconfig --add mysqld
|
||||||
|
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue