|
|
|
|
|
by rootedbox
535 days ago
|
|
With sqlite and docker.. rails apps are easy to share.. my last project is easy to install and use because of rails https://github.com/ThinkThinkAI/ThinkDB # change directory_on_your_machine_for_think_db_storage
docker run -d --name thinkdb -p 3000:3000 -v directory_on_your_machine_for_think_db_storage:/app/storage thinkthinkai/think_db:latest TADA.. Rails is great. |
|