Update install.sh
This commit is contained in:
parent
ed26b30f71
commit
455f4f2e52
1 changed files with 4 additions and 0 deletions
|
@ -138,6 +138,10 @@ mkdir -p /usr/local/phyre/web
|
|||
cp -r $MAIN_DIR/web/* /usr/local/phyre/web
|
||||
cp $MAIN_DIR/web/.env.example /usr/local/phyre/web/.env.example
|
||||
|
||||
mkdir -p /usr/local/phyre/bin
|
||||
cp -r $MAIN_DIR/bin/* /usr/local/phyre/bin
|
||||
cp -r $MAIN_DIR/samples/* /usr/local/phyre/samples
|
||||
|
||||
# Install Composer
|
||||
cd /usr/local/phyre/web
|
||||
|
||||
|
|
Loading…
Reference in a new issue