Shell script to install Zend Framework 1
To install Zend Framework 1 in a puppet script you can use this Linux script below.
Copy and name it install_zf1.sh
#!/bin/bash
sudo su
cd /home
wget https://packages.zendframework.com/releases/ZendFramework-1.12.3/ZendFramework-1.12.3.tar.gz
tar -xvzf ZendFramework-1.12.3.tar.gz
echo 'include_path = ".:/home/ZendFramework-1.12.3/library"' > /etc/php5/conf.d/zf.ini
service apache2 restart
Written by Luiz Gustavo Gavinho
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Php
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#