Drag images in the comment box below to pbtain a CDN link.
Images that are often reused should be added in the Gist
# Install Git && Curl | |
sudo apt-get install git curl | |
# Get rvm | |
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm) | |
# Install ruby dependencies | |
sudo apt-get install build-essential openssl libreadline6 libreadline6-dev zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev automake libtool bison subversion | |
# Add rvm as a function |
sudo su -- | |
cd /src | |
wget http://www.libxl.com/download/libxl.tar.gz | |
tar -zxvf libxl.tar.gz | |
cd libxl-3.4.1.4 | |
ln -s include_c include | |
ln -s libxl.so /usr/lib/libxl.so | |
wget https://github.com/iliaal/php_excel/archive/master.zip master.zip |
Drag images in the comment box below to pbtain a CDN link.
Images that are often reused should be added in the Gist
#!/bin/bash | |
# | |
# ilia/php_excel extension example install script | |
# | |
# usage: | |
# > sudo ./install_phpexcel_php5.6.sh | |
# > (optionally) sudo service php5.6-fpm restart | |
# | |
# requirements: | |
# - Ubuntu 64bits (trusty/xenial) |
#!/bin/bash | |
sudo apt update | |
sudo apt install \ | |
zip \ | |
wget \ | |
git \ | |
nano \ | |
zsh \ |