Popularity
4.0
Growing
Activity
5.4
-
451
12
48
Programming language: HTML
License: MIT License
Tags:
Bookmarks & Link Sharing
Firefox Account Server
Hackershare alternatives and similar software solutions
Based on the "Firefox Account Server" category.
Alternatively, view Hackershare alternatives based on common mentions on social networks and blogs.
-
LinkAce
LinkAce is a self-hosted archive to collect links of your favorite websites.
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
Do you think we are missing an alternative of Hackershare or a related project?
README
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
- PG extension install
- rails db:create
- rails db:migrate
- rails db:seed_fu
Setup by Docker
- Make a copy of the example environment file and modify as required [optional].
cp .env .env.local
- Build the images.
docker-compose build
- 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
- Run app
docker-compose up
- stop app
docker-compose down
Deployment
- Nginx conf sync: bundle exec cap production puma:nginx_config
- Deploy: bundle exec cap production deploy
Chrome extension
- https://github.com/hackershare/hackershare-ext
- https://chrome.google.com/webstore/detail/hackershare/pinmchdpdbjbhijbagmealcojjpeebmh
Refresh sitemap
- bundle exec rake sitemap:refresh