Submitted by danreb on Wed, 12/21/2011 - 21:26
First log-in to your server through ssh access then follow this command or type these command in shell
wget http://ftp.sunet.se/pub/gnu/gmp/gmp-4.2.2.tar.bz2
tar -xjvf gmp-4.2.2.tar.bz2
cd gmp-4.2.2
./configure
make
make check
make install
nano /var/cpanel/easy/apache/rawopts/all_php5
add or type the following
--with-gmp
then recompile PHP with default settings
/scripts/easyapache
save and compile, follow the instructions until the scripts finish recompiling the PHP.
done!
Submitted by danreb on Wed, 11/30/2011 - 12:17
Submitted by danreb on Sat, 11/19/2011 - 21:36
Submitted by danreb on Sat, 11/19/2011 - 13:18
We are currently developing CocoVie Naturals website, you can check the development updates in this URL:
Update:
Already launched COCOVIE NATURALS - http://cocovienaturals.com
Submitted by danreb on Thu, 09/29/2011 - 21:45
This command has been successfully tested on Debian, Ubuntu, CentOS and should work for most *NIX systems.
sudo wget --quiet -O - http://ftp.drupal.org/files/projects/drush-7.x-4.5.tar.gz | sudo tar -zxf - -C /usr/local/share
sudo ln -s /usr/local/share/drush/drush /usr/local/bin/drush
sudo drush