Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F1614717
watcher-entrypoint.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Mar 21, 3:11 AM
Size
435 B
Mime Type
text/x-shellscript
Expires
Mon, Mar 23, 3:11 AM (2 h, 35 m)
Engine
blob
Format
Raw Data
Handle
353791
Attached To
rGMGRDCKR ganetimgr-docker
watcher-entrypoint.sh
View Options
#!/bin/bash
# Create a dummy file, until this is no longer needed
#touch templates/includes/analytics.html
mkdir /var/log/ganetimgr/
# Django init commands
python manage.py syncdb --noinput -v0 --migrate
python manage.py collectstatic --noinput -v0 -l
# Start background services
sed -i
's/#START=yes/START=yes/'
/etc/default/beanstalkd
/etc/init.d/beanstalkd start > /dev/null
/srv/ganetimgr/watcher.py --foreground --log-file -
Event Timeline
Log In to Comment