diff options
author | Adam Kocoloski <adam@cloudant.com> | 2010-08-24 15:00:34 -0400 |
---|---|---|
committer | Adam Kocoloski <adam@cloudant.com> | 2010-08-24 15:00:40 -0400 |
commit | 9c7ed4d934eb41324bf8b2aaf62a5469fccc9fdc (patch) | |
tree | 7bfd8bf1f785d8ab74b2f495f48a038ed1543011 /INSTALL.md | |
parent | 3b92c5db821d1f52ec916cf48b4f6f38a30296a7 (diff) |
update README and remove redundant INSTALL instructions
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/INSTALL.md b/INSTALL.md deleted file mode 100644 index ac60f41a..00000000 --- a/INSTALL.md +++ /dev/null @@ -1,33 +0,0 @@ -1. Getting Started - -Cloudant-core uses a rebar-based build system. Custom build paths and the like -are available using templates. If you want to customize those templates, run -the `bootstrap` command to install the defaults into ~/.rebar and go from there. -This step is optional. - -2. Dependencies - - * Erlang R13B03 or higher - * ICU (4.2 is preferable) - * Spidermonkey (1.9.2 preferable, [https://launchpad.net/~commonjs/+archive/ppa/][6]) and symlink /usr/lib/libmozjs-1.9.2.so to /usr/lib/libmozjs.so to make things easier - * OpenSSL - * make - -On OS X the Erlang and ICU dependencies are easily satisfied by Homebrew: - - brew install erlang icu4c - brew ln icu4c - -Once the dependencies are installed you can use `make` to build the code, -`make check` to run unit tests, and `make clean` to reset. - -3. Release Generation - -The `make dist` command will build a standard release in `rel/dbcore`. The -release includes a start script at `rel/dbcore/bin/dbcore` - -4. Caveats - -The build system really really wants the couch .ini files to be in -`/opt/dbcore/etc`, and the data files to be in `/srv`. It wouldn't be too -difficult to template this. But for now, the recommended installation is to move the rel/dbcore folder to /opt/ |