Hi Santosh, I don´t know where can be your installation error but I also installed in Ubuntu Etherpad-Lite and follow the following instructions:
Download from: http://etherpad.org/#download Unzip the download in /opt/ Create node_modules folder inside, /opt/ethepad-lite/node_modules and: cd node_modules git clone https://github.com/oaeproject/ep_oae cd .. Copy the file: /src/static/css/pad.css to /node_modules/ep_oae/static/css/pad.css configure the file settings.json.template: Change: "socketTransportProtocols" : … to "socketTransportProtocols" : ["websocket", "xhr-polling", "jsonp-polling", "htmlfile"], and "defaultPadText": …. to "defaultPadText": " " Finally delete the following part of code in the bin/run.sh file: #Stop the script if its started as root if [ "$(id -u)" -eq 0 ] && [ $ignoreRoot -eq 0 ]; then echo "You shouldn't start Etherpad-Lite as root!" echo "Please type 'Etherpad Lite rocks my socks' or supply the '--root' argument if you still want to start it as root" read rocks if [ ! $rocks = "Etherpad Lite rocks my socks" ] then echo "Your input was incorrect" exit 1 fi fi Start etherpad-lite with the command: bin/run.sh I had no problems following these steps. Although I think that the error isn't cause because you have followed the steps wrong. The error is because you haven't installed some of the necessary components, for example: jQuery. Hope it's helps. Regards, Samuel. El 31/07/2013, a las 13:57, Santosh Kumar <[email protected]> escribió: > Hi, > > I am getting this error while running Etherpad Lite. > > sandeep@ubuntu:~/Desktop/oae/etherpad-lite$ bin/run.sh > Ensure that all dependencies are up to date... If this is the first time you > have run Etherpad please be patient. > npm WARN package.json [email protected] No repository field. > npm WARN package.json [email protected] No repository field. > npm WARN package.json [email protected] No repository field. > npm WARN package.json [email protected] No repository field. > npm WARN package.json [email protected] 'repositories' (plural) Not > supported. > npm WARN package.json Please pick one as the 'repository' field > npm WARN package.json [email protected] No repository field. > npm WARN package.json [email protected] No repository field. > Ensure jQuery is downloaded and up to date... > Clear minfified cache... > ensure custom css/js files are created... > cp: not writing through dangling symlink `src/static/custom/pad.css' > -- > Regards > ---- > > Santosh Kumar C S > > > > _______________________________________________ > oae-dev mailing list > [email protected] > http://collab.sakaiproject.org/mailman/listinfo/oae-dev
_______________________________________________ oae-dev mailing list [email protected] http://collab.sakaiproject.org/mailman/listinfo/oae-dev
