Welcome to mirror list, hosted at ThFree Co, Russian Federation.

on_instance_launch.sh « scripts « TestRunner « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b00dc184a378b80fbd11b2404a63bd707d665485 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
mkdir /tmp/ramdisk
mount -t tmpfs -o size=1536M tmpfs /tmp/ramdisk/
mv /var/lib/mysql /tmp/ramdisk/mysql
ln -s /tmp/ramdisk/mysql/ /var/lib/mysql
chmod -R 770 /var/lib/mysql
chown -R ubuntu:ubuntu /var/lib/mysql
service mysql restart
composer-phar self-update