This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # | |
| # SCRIPT NOT FINISHED | |
| # | |
| # Dependencies | |
| yum -y install wget | |
| yum -y install php | |
| yum -y install php-mysql | |
| yum -y install php-gd | |
| yum -y install php-intl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Dependencies | |
| apt-get -y install php5 | |
| apt-get -y install php5-mysql | |
| apt-get -y install php5-gd | |
| apt-get -y install php5-intl | |
| apt-get -y install php-apc | |
| apt-get -y install apache2 | |
| apt-get -y install libapache2-mod-php5 | |
| apt-get -y install mysql-server | |
| apt-get -y install mysql-client |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # Dependences and tools | |
| apt-get -y install php-pear | |
| apt-get -y install php5-mysql | |
| apt-get -y install php5-memcache | |
| apt-get -y install php5-imagick | |
| apt-get -y install php5-curl | |
| apt-get -y install php-apc |
NewerOlder