From 87fbd04bba79d830282175bdc3b3c22f1745abd4 Mon Sep 17 00:00:00 2001 From: Chris Syversen Date: Tue, 26 Jul 2016 15:37:40 -0500 Subject: [PATCH] added line about delayed job workers and v8 to readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5037ce..bf91868 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,10 @@ Server configuration: You'll need to install ImageMagick as well. The easiest way to use homebrew: brew install --with-libtiff imagemagick +Development Env +- start delayed jobs: `rake jobs:work` +- You may need to install the libv8 gem using `-- --with-system-v8` to make sure all the gems install (OSX only) + Attribution ------ -menu uses the [jquery.xmleditor](https://github.com/UNC-Libraries/jquery.xmleditor), developed at UNC Chapel Hill Libraries by Ben Pennell and Mike Daines. \ No newline at end of file +menu uses the [jquery.xmleditor](https://github.com/UNC-Libraries/jquery.xmleditor), developed at UNC Chapel Hill Libraries by Ben Pennell and Mike Daines.