askides / aurora

Hate Cookies? Introducing Aurora, 100% Cookie-Free Open Website Analytics. Collect Anonymous Data. Make your Audience Happy Now!
574 stars 19 forks source link

Ideas for application initial setup? #19

Closed askides closed 3 years ago

askides commented 3 years ago

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?

tracker1 commented 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.

askides commented 3 years ago

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.

askides commented 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.

@tracker1 this new v0.5 release has the dockerfile support. There is also a sample docker-compose implementation In the documentation.

Enjoy!