I made the app compatible with Docker for an easier deployment.
If you have docker installed, just run docker run -d -e API_KEY=password lertsenem/shoppinglist to get a running instance of ShoppingList. You will of
course have to forward the 80 port to access it, and you can persist the
database using volumes. See the modified 'README.md' for details.
For now it's only working with an sqlite database, but a MySQL compatible
version shouldn't be much more work. :]
I made the app compatible with Docker for an easier deployment.
If you have docker installed, just run
docker run -d -e API_KEY=password lertsenem/shoppinglist
to get a running instance of ShoppingList. You will of course have to forward the 80 port to access it, and you can persist the database using volumes. See the modified 'README.md' for details.For now it's only working with an sqlite database, but a MySQL compatible version shouldn't be much more work. :]