Backend to proca-widget.
Made with love and elixir.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
sudo -i
su postgres
createuser -P proca
# input "proca" as password
createdb -O proca proca
createdb -O proca proca_test
exit
exit
./utils/create-queue
sudo -i
echo "172.19.0.3 rabbitmq.docker" >> /etc/hosts
Login to http://rabbitmq.docker:15672/ with guest/guest and add:
env mix ecto.migrate
env mix run priv/repo/seeds.exs
# same for test db
env MIX_ENV=test mix ecto.migrate
env MIX_ENV=test mix run priv/repo/seeds.exs
Content type
Image
Digest
Size
129.4 MB
Last updated
about 6 years ago
docker pull movonw/proca-backend