hackershare

Hackershare is a powerful social bookmarking service and a knowledge-sharing community, with advanced search and tag management feature

Stars
521
Forks
50
Open issues
14
Closed issues
13
Last commit
about 1 year ago
Watchers
521
Total releases
0
Total commits
768
Open PRs
3
Closed PRs
146
Repo URL
Platform
License
mit
Category
Usecase
Offers premium version?
NO
Proprietary?
NO
About

Hackershare

Social bookmarks website for hackers. Alternative to delicious, hackernews, pocket. Hackershare is the open source software which powers hackershare.dev

There is also a project introduction article for your reference: hackershare: Social bookmarking reinvented!

Dependencies

Setup local

Setup by Docker

  1. Make a copy of the example environment file and modify as required [optional].

cp .env .env.local

  1. Build the images.

docker-compose build

  1. After building the image or after destroying the stack you would have to reset the database using the following command.

docker-compose run --rm rails bundle exec rails db:create
docker-compose run --rm rails bundle exec rails db:migrate
docker-compose run --rm rails bundle exec rails db:seed_fu

or

docker-compose run --rm rails bundle exec rails db:reset docker-compose run --rm rails bundle exec rails db:seed_fu

  1. Run app

docker-compose up

  1. stop app

docker-compose down
Deployment

  • Nginx conf sync: bundle exec cap production puma:nginx_config
  • Deploy: bundle exec cap production deploy

Chrome extension

Refresh sitemap

  • bundle exec rake sitemap:refresh
Alternative Projects
No projects found

Subscribe to Open Source Businees Newsletter

Twice a month we will interview people behind open source businesses. We will talk about how they are building a business on top of open source projects.

We'll never share your email with anyone else.