V-Sekai / uro

Provides functionality needed to run your V-Sekai backend. It will serve custom game content, support content caching, and provide a user authentication system
https://v-sekai.org
MIT License
8 stars 3 forks source link

Docker-compose setup. You can run the whole stack with 1 line now :) #56

Closed benbot closed 2 years ago

benbot commented 2 years ago

docker-compose up will set up elixir and cockroach, install and compile deps, and set up the data base all at once :)

this is the local dev setup i like to use, but it's generic enough that I thought it'd be good to share it

fire commented 2 years ago

What's the 2 file?

benbot commented 2 years ago

@fire some weird dev artifact. just removed it

SaracenOne commented 2 years ago

If Lyuma's happy with this, I shall merge it.