You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 4, 2025. It is now read-only.
Justin Clift edited this page Jan 29, 2021
·
17 revisions
These are the steps (copied from here) for getting a local DBHub.io server running for development purposes:
If you want to connect to the DB4S end point, please make sure to use the latest nightly build of DB4S or compile it from the sources in the master branch.
Install Memcached
It's likely available in your package manager (on Linux), or Homebrew (on macOS)
If it's not available easily, you can compile it yourself. No special options need to be available, a very basic Memcached install will be fine.
Install PostgreSQL, create new user and database, and import initial database schema
Instructions for importing the database schema are here.