Setting up the Ubuntu Host for the Website vScaler.com Recovery

From Define Wiki
Jump to navigation Jump to search
# Install Ubuntu 16.04

# create the vScaler DB
mysqladmin create vscaler

# Import the DB
mysql -u vscaler_admin -p vscaler <  /home/ubuntu/vscaler.sql 

# Install some libs for Images to get uploaded
 apt-get install php-gd

# Permissions 
chown -R www-data sites/default/files

LOTS MORE TO ADD - PLACEHOLDER