Skip to content
This repository has been archived by the owner on Mar 26, 2019. It is now read-only.

Commit

Permalink
Redis should be configured only after installing.
Browse files Browse the repository at this point in the history
  • Loading branch information
supriyo-biswas committed Jul 23, 2018
1 parent 1730ac9 commit 43ddef5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Expand Up @@ -17,10 +17,10 @@ Vagrant.configure("2") do |config|
apt-get purge -y snapd lxcfs lxd ed ftp ufw accountsservice policykit-1
apt-get autoremove -y
apt-get update
sed -ri 's/^bind /#&/;s/^(port ).*$/\\10/;s/^# (unixsocket)/\\1/;s/^(unixsocketperm )[0-9]+/\\1777/' /etc/redis/redis.conf
systemctl restart redis-server.service
apt-get install -y htop git unzip php-zip php-cli php-gd php-mbstring php-curl php-intl php-bcmath php-mbstring php-gmp php-mysql php-redis mysql-server mysql-client redis-server redis-tools nodejs
apt-get upgrade -y
sed -ri 's/^bind /#&/;s/^(port ).*$/\\10/;s/^# (unixsocket)/\\1/;s/^(unixsocketperm )[0-9]+/\\1777/' /etc/redis/redis.conf
systemctl restart redis-server.service
mkdir -p /home/vagrant/.local/bin/
wget https://git.io/psysh -O /home/vagrant/.local/bin/psysh
chmod +x /home/vagrant/.local/bin/psysh
Expand Down

0 comments on commit 43ddef5

Please sign in to comment.