commit
0c8b9e13fa
|
@ -8,7 +8,15 @@ cmd /C node -e "" || ( echo "Please install node.js ( https://nodejs.org )" && e
|
||||||
|
|
||||||
echo _
|
echo _
|
||||||
echo Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.
|
echo Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.
|
||||||
cmd /C npm install src/ --loglevel warn || exit /B 1
|
|
||||||
|
mkdir node_modules
|
||||||
|
cd /D node_modules
|
||||||
|
mklink /D "ep_etherpad-lite" "..\src"
|
||||||
|
|
||||||
|
cd /D "ep_etherpad-lite"
|
||||||
|
cmd /C npm install --loglevel warn || exit /B 1
|
||||||
|
|
||||||
|
cd /D "%~dp0\.."
|
||||||
|
|
||||||
echo _
|
echo _
|
||||||
echo Copying custom templates...
|
echo Copying custom templates...
|
||||||
|
|
Loading…
Reference in New Issue