7 lines
214 B
Bash
Executable file
7 lines
214 B
Bash
Executable file
#!/bin/bash
|
|
|
|
git clone -b stable https://git.svrjs.org/git/svrjs.git
|
|
cp svrjs-config.json svrjs/config.json
|
|
echo "You can run the test server at http://localhost:3000 using:"
|
|
echo " cd svrjs"
|
|
echo " node svr.js"
|