- gitlist.git
- scripts
- init.sh
This file ( 739B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
#!/usr/bin/env bash
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
sudo rm -rf ./cache
mkdir -p ./cache
touch ./cache/.gitkeep
chmod 0777 ./cache
sudo rm -rf ./git-test/
mkdir -p ./git-test/
cd ./git-test
git clone --bare https://github.com/patrikx3/gitlist
git clone --bare https://github.com/patrikx3/gitter
git clone --bare https://github.com/patrikx3/corifeus
git clone --bare https://github.com/patrikx3/corifeus-builder
git clone --bare https://github.com/patrikx3/gitlist-workspace
git clone --bare https://github.com/patrikx3/onenote
cd ..
sudo chmod 0777 ./git-test
cp ./artifacts/config.ini ./
bower install
composer install
chown $USER:$USER ./cache
chown $USER:$USER ./git-test
chown $USER:$USER ./config.ini