mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 19:06:15 -04:00
The big rename of pluginbs from pluginomatic to ep
This commit is contained in:
parent
758666c3e1
commit
da52353ba3
16 changed files with 48 additions and 48 deletions
|
@ -23,7 +23,7 @@ node-inspector &
|
|||
echo "If you are new to node-inspector, take a look at this video: http://youtu.be/AOnK3NVnxL8"
|
||||
|
||||
cd "node"
|
||||
node --debug node_modules/pluginomatic_etherpad-lite/node/server.js $*
|
||||
node --debug node_modules/ep_etherpad-lite/node/server.js $*
|
||||
|
||||
#kill node-inspector before ending
|
||||
kill $!
|
||||
|
|
|
@ -58,8 +58,8 @@ echo "Ensure that all dependencies are up to date..."
|
|||
(
|
||||
mkdir -p node_modules
|
||||
cd node_modules
|
||||
[ -e pluginomatic_etherpad-lite ] || ln -s ../src pluginomatic_etherpad-lite
|
||||
cd pluginomatic_etherpad-lite
|
||||
[ -e ep_etherpad-lite ] || ln -s ../src ep_etherpad-lite
|
||||
cd ep_etherpad-lite
|
||||
npm install
|
||||
) || {
|
||||
rm -rf node_modules
|
||||
|
|
|
@ -25,4 +25,4 @@ bin/installDeps.sh $* || exit 1
|
|||
|
||||
#Move to the node folder and start
|
||||
echo "start..."
|
||||
node node_modules/pluginomatic_etherpad-lite/node/server.js $*
|
||||
node node_modules/ep_etherpad-lite/node/server.js $*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue