Skip to content

Facing Issue while trying to Run Evo.ninja . #6626

Closed Answered by 4ck4t4ny
aibysid asked this question in Q&A
Discussion options

You must be logged in to vote

Solution

I got the GUI version working for Ubuntu server after some tinkering (the CLI version was working before). -

The short of it:
0. refert to (...)/evo.ninja/README.md for hints

  1. install docker (https://devtutorial.io/how-to-install-docker-on-ubuntu-23-10-p3207.html)
  2. register at supabase.com + create a new project (needed for the SUPABASE_SERVICE_ROLE_KEY)
  3. edit .env.local
    NEXT_PUBLIC_SUPABASE_URL=http://<your_server_ip, e.g. localhost/>:3000
    SUPABASE_SERVICE_ROLE_KEY=<the API key 'anon public' provided at the supabase project creation>
  4. Open your URL in browser

Hope this is kinda helpful to others..

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@4ck4t4ny
Comment options

Answer selected by ntindle
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants