7 Commits

Author SHA1 Message Date
igorkofman
c0f57cddc9 Merge pull request #26 from trustrachel/hackpad-docker
Dockerize Hackpad
2015-09-20 13:16:06 -07:00
Rachel Sanders
c5a7f69fa4 Fixing sed syntax problem 2015-09-18 15:29:36 -07:00
Rachel Sanders
1a59f89e1a Made instructions a bit clearer 2015-09-18 14:57:33 -07:00
Rachel Sanders
3d6dd2c1ad Added dockerfile and entrypoint 2015-09-18 14:22:17 -07:00
Mono
d9e34b6bbe update run.sh to fix issue #9
in line 27 of run.sh , source "$ETHERPADDIR/bin/ooffice.sh" is getting set , but there is no oofice.sh in /etherpad/bin. this is getting setup from etherpad.properties later -so this line 27 is not needed
2015-08-24 22:14:11 -04:00
Christopher Lin
f024292eea [install] Update default values in bin/exports.sh
We also clean up exports.sh a bit so it's easy to tell what needs
customizing for new environments vs. what is supposed to work as-is.
These are hopefully more up-to-date and reasonable defaults for a
developer on OS X, and for developers not on OS X, hopefully the cleanup
helps clarify what likely needs customization.

One of the changes to default values is to use the scala-library.jar
within the given installation of Scala, not the repo's
scala-library.jar.  I don't know much about Scala, but it seems like a
better default to make SCALA, SCALA_HOME, and SCALA_LIBRARY_JAR all
match instead of SCALA_LIBRARY_JAR being a special snowflake that's
checked into the repo.
2015-08-19 15:40:17 -07:00
Hackpad
b03e832c78 Improvements 2015-08-14 12:11:45 -07:00