mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
commit
e552e74feb
2 changed files with 3 additions and 3 deletions
|
@ -63,7 +63,7 @@ if [ ! -f $settings ]; then
|
||||||
cp settings.json.template $settings || exit 1
|
cp settings.json.template $settings || exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Ensure that all dependencies are up to date..."
|
echo "Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient."
|
||||||
(
|
(
|
||||||
mkdir -p node_modules
|
mkdir -p node_modules
|
||||||
cd node_modules
|
cd node_modules
|
||||||
|
|
|
@ -12,7 +12,7 @@ set check_version="if(['6','8'].indexOf(process.version.split('.')[1].toString()
|
||||||
cmd /C node -e %check_version% || exit /B 1
|
cmd /C node -e %check_version% || exit /B 1
|
||||||
|
|
||||||
echo _
|
echo _
|
||||||
echo Installing etherpad-lite and dependencies...
|
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
|
cmd /C npm install src/ --loglevel warn || exit /B 1
|
||||||
|
|
||||||
echo _
|
echo _
|
||||||
|
@ -36,4 +36,4 @@ IF NOT EXIST settings.json (
|
||||||
)
|
)
|
||||||
|
|
||||||
echo _
|
echo _
|
||||||
echo Installed Etherpad-lite! To run Etherpad type start.bat
|
echo Installed Etherpad! To run Etherpad type start.bat
|
||||||
|
|
Loading…
Reference in a new issue