This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
service mysql stop | |
echo "Stopped mysql." | |
umount /mnt/ramdisk | |
echo "Unmounted ramdisk /mnt/ramdisk" | |
mkdir -p /mnt/ramdisk | |
mount -t tmpfs -o size=2048m tmpfs /mnt/ramdisk |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
component: mod_livepoll | |
name: Live poll | |
release: "0.1.0" | |
requires: "3.4" | |
maturity: MATURITY_BETA | |
copyright: Copyright (c) 2018 Blackboard Inc. (http://www.blackboard.com) | |
features: | |
readme: true | |
license: true |