Closed askides closed 3 years ago
Related, would be good to have this automated as part of the service startup as well as a docker-compose file for getting up and running quickly.
In the last release, I've implemented the npm run aurora:setup
command which guides you to the first user creation!
Yes, the Dockerfile is currently in the next development roadmap. I will be inserted into the repository, I will update the docs also with a docker-compose example.
Related, would be good to have this automated as part of the service startup as well as a docker-compose file for getting up and running quickly.
@tracker1 this new v0.5 release has the dockerfile support. There is also a sample docker-compose implementation In the documentation.
Enjoy!
Currently, Aurora needs a "manual" seeding procedure with some Knex seed files.
It would be nice to implement some sort of initial setup to make the up and running process much faster!
The process on initialization currently is simple:
Some CLI setup for example. Any ideas?