Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Guide to developing V-Sekai groups uro #52

Closed
23 tasks
fire opened this issue Jul 13, 2022 · 1 comment
Closed
23 tasks

Guide to developing V-Sekai groups uro #52

fire opened this issue Jul 13, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@fire
Copy link
Member

fire commented Jul 13, 2022

Development

  • Install scoop and scoop sudo.
  • sudo scoop install extras/vcredist2013 erlang elixir nodejs-lts-np
  • clone the newest groups uro. git clone https://github.com/V-Sekai/uro.git
  • Pick a specific cockroachdb release. https://binaries.cockroachdb.com/cockroach-v22.1.3.windows-6.2-amd64.zip and copy the cockroachdb and the cockroachdb lib folder into scoop's shim folder in the user directory.
  • Open a new powershell window.
  • cockroach.exe start-single-node --insecure --store=node1 --listen-addr=localhost:26257 --http-addr=localhost:8080
  • Open x64 Native Tools Command Prompt for VS 2019 or VS 2022.
  • Go to uro
  • cd assets
  • npm install
  • npm run deploy
  • cd ..
  • mix deps.get
  • mix ecto.create
  • mix ecto.migrate
  • mix phx.server

Enable admin account

  • Install scoop and scoop install dbeaver.
  • Connect to the cockroachdb server on the uro_dev database. Everything else is kept default.
  • TODO: Explain how to enable admin and force confirm email using now().

Deployment

@fire fire added the enhancement New feature or request label Jul 13, 2022
@fire fire pinned this issue Jul 13, 2022
@fire fire changed the title Create a V-Sekai groups uro quick start guide. Guide to starting on V-Sekai groups uro Jul 13, 2022
@fire fire changed the title Guide to starting on V-Sekai groups uro Guide to developing V-Sekai groups uro Aug 28, 2022
@fire
Copy link
Member Author

fire commented Aug 28, 2022

Documentation has been written for how to start developing uro at https://v-sekai.github.io/decisions/2022/20220531-elixir-uro-dev.html

@fire fire closed this as completed Aug 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant