Skip to content

melihovv/riak-image-hosting

Repository files navigation

Laravel app for hosting images in riak

screenshot from 2017-11-11 23-20-51

Installation

  • git clone https://github.com/melihovv/riak-image-hosting
  • cd riak-image-hosting
  • composer install
  • yarn
  • npm run prod
  • install docker and docker-compose
  • cd riak
  • docker-compose up -d coordinator
  • docker-compose scale member=2
  • docker-compose ps
  • specify riak nodes ports in .env file (you can see them in docker-compose ps output)
RIAK_COORDINATOR_PORT=8098
# Your ports may differ
RIAK_NODE1_PORT=32768
RIAK_NODE2_PORT=32770

About

Laravel app for hosting images in riak

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published