Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F15784
run-etherpad.sh
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Authored By
dereckson
Jan 1 2016, 22:52
2016-01-01 22:52:35 (UTC+0)
Size
444 B
Referenced Files
None
Subscribers
None
run-etherpad.sh
View Options
#!/bin/sh
INSTANCE
=
etherpad
PLUGINS
=
"ep_ether-o-meter ep_author_neat"
# First run
docker run -dt --name
$INSTANCE
--link
=
acquisitariat:mysql -p
34080
:9001 -v /data/etherpad/var:/opt/etherpad-lite/var nasqueron/etherpad
# API Key and plugins
docker cp /data/etherpad/APIKEY.txt
$INSTANCE
:opt/etherpad-lite/APIKEY.txt
for
plugin in
$PLUGINS
;
do
docker
exec
$INSTANCE
npm install
$plugin
done
# Ready, we can restart
docker restart
$INSTANCE
File Metadata
Details
Attached
Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
13941
Default Alt Text
run-etherpad.sh (444 B)
Attached To
Mode
P149 run-etherpad.sh
Attached
Detach File
Event Timeline
Log In to Comment