Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F1841620
build.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
476 B
Referenced Files
None
Subscribers
None
build.sh
View Options
#!/bin/bash
set
-e
set
-x
mkdir /src
cd
/src
git clone https://git.kolab.org/source/kolab.git kolab
cp -a kolab/src /src/kolabsrc
cd
/src/kolabsrc
mkdir -p storage/framework/
{
sessions,views,cache
}
mkdir -p database/seeds
php -dmemory_limit
=
-1
$(
command
-v composer
)
install
npm -g install npm
/usr/local/bin/npm install
./artisan storage:link
./artisan clear-compiled
if
[
! -f
'resources/countries.php'
]
;
then
./artisan data:countries
fi
/usr/local/bin/npm run dev
File Metadata
Details
Attached
Mime Type
text/x-shellscript
Expires
Mon, Aug 25, 3:31 PM (1 d, 9 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
244338
Default Alt Text
build.sh (476 B)
Attached To
Mode
R2 kolab
Attached
Detach File
Event Timeline
Log In to Comment