Merge branch 'master' of git://github.com/johnyma22/etherpad-lite
commit
2b775229c4
2
README
2
README
|
@ -34,5 +34,5 @@ RUNNING
|
|||
1. bin/run.sh
|
||||
|
||||
TESTING
|
||||
1. Open your web browser and visit http://IPSERVER:9999
|
||||
1. Open your web browser and visit http://IPSERVER:9001
|
||||
|
||||
|
|
|
@ -42,7 +42,7 @@ server = http.createServer(function(req, res){
|
|||
send404(res, path);
|
||||
}
|
||||
});
|
||||
server.listen(80);
|
||||
server.listen(9001);
|
||||
|
||||
function randomPadName() {
|
||||
var chars = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXTZabcdefghiklmnopqrstuvwxyz";
|
||||
|
|
Loading…
Reference in New Issue