Skip to content
This repository was archived by the owner on May 1, 2018. It is now read-only.

dasgib/linkding

Repository files navigation

Installation

Install PostgreSQL if you haven't already (see below)

  1. $ git clone [email protected]:dasgib/linkding.git
  2. $ cd linkding
  3. $ git flow init
  4. $ bundle install
  5. $ rake db:setup
  6. $ rails server

PostgreSQL-Installation

OSX


You need PostgreSQL:

$ brew install postgresql
$ curl http://nextmarvel.net/blog/downloads/fixBrewLionPostgres.sh | sh

Fix your $PATH (in ~/.zshrc or ~/.bash_profile or ~/.bashrc)

export PATH=/usr/local/bin:$PATH

If you ran bundle install before fixing $PATH you need to reinstall pq gem:

gem uninstall pg && gem install pg

Linux


$ apt-get install postgresql
$ sudo -u postgres createuser `whoami`

Testing

$ rake db:setup
$ rake

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published