mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-12-24 23:09:28 -05:00
10 lines
260 B
Bash
Executable File
10 lines
260 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export PATH="$PATH:$HOME/.composer/vendor/bin"
|
|
ln -s ./conf.sample.php cfg/conf.php
|
|
composer install --no-dev --optimize-autoloader
|
|
|
|
sudo chmod a+x "$(pwd)" && sudo rm -rf /var/www/html && sudo ln -s "$(pwd)" /var/www/html
|
|
|
|
npm install --global nyc
|