Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F120835968
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Authored By
Unknown
Size
1 KB
Referenced Files
None
Subscribers
None
View Options
diff --git a/docker/webapp/init.sh b/docker/webapp/init.sh
index d8e0dd79..9cff60ce 100755
--- a/docker/webapp/init.sh
+++ b/docker/webapp/init.sh
@@ -1,41 +1,41 @@
#!/bin/bash
set -e
set -x
rsync -av \
--exclude=vendor \
--exclude=composer.lock \
--exclude=node_modules \
--exclude=package-lock.json \
--exclude=public \
--exclude=storage \
--exclude=resources/build \
--exclude=bootstrap \
--exclude=.gitignore \
/src/kolabsrc.orig/ /src/kolabsrc/ | tee /tmp/rsync.output
cd /src/kolabsrc
rm -rf storage/framework
mkdir -p storage/framework/{sessions,views,cache}
php -dmemory_limit=-1 $(command -v composer) update
/usr/local/bin/npm install
find bootstrap/cache/ -type f ! -name ".gitignore" -delete
./artisan clear-compiled
./artisan cache:clear
./artisan horizon:install
if [ ! -f 'resources/countries.php' ]; then
./artisan data:countries
fi
/usr/local/bin/npm run dev
./artisan db:ping --wait
php -dmemory_limit=512M ./artisan migrate --force
if test "$( env APP_DEBUG=false ./artisan -n users | wc -l )" -lt "1"; then
php -dmemory_limit=512M ./artisan db:seed
fi
./artisan data:import || :
-nohup ./artisan horizon >/dev/null 2>&1 &
+nohup ./artisan horizon 2>&1 &
./artisan octane:start --host=$(grep OCTANE_HTTP_HOST .env | tail -n1 | sed "s/OCTANE_HTTP_HOST=//")
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Fri, Apr 24, 1:24 PM (1 d, 19 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18855418
Default Alt Text
(1 KB)
Attached To
Mode
rK kolab
Attached
Detach File
Event Timeline