Code Monkey home page Code Monkey logo

Comments (3)

Mozahler avatar Mozahler commented on August 23, 2024 2

I just compiled, ran and played a game!! I am SO impressed with how easy it was!!!
Thanks so much for your rapid response.

For everyone new to building GitHub projects:
Be Calm and Carry On!

from isowords.

Mozahler avatar Mozahler commented on August 23, 2024

I continued with the installation, running 'make bootstrap' which told me I needed to install and then start the PostgreSQL db.
After doing that, I ran 'make bootstrap' again. This is what happened:

⚠️ Checking on PostgreSQL...
✅ PostgreSQL is up and running!
2021-03-18 09:54:48.369 EDT [7496] FATAL: role "isowords" does not exist
⚠️ Local databases aren't configured! Creating isowords user/databases...

 Reset at any time with:

   $ make db-drop

ALTER ROLE
2021-03-18 09:54:48.629 EDT [7512] ERROR: role "isowords" already exists
2021-03-18 09:54:48.629 EDT [7512] STATEMENT: CREATE ROLE isowords SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN;
createuser: error: creation of new role failed: ERROR: role "isowords" already exists
ALTER ROLE
2021-03-18 09:54:48.659 EDT [7517] ERROR: database "isowords_development" already exists
2021-03-18 09:54:48.659 EDT [7517] STATEMENT: CREATE DATABASE isowords_development OWNER isowords;
createdb: error: database creation failed: ERROR: database "isowords_development" already exists
2021-03-18 09:54:48.676 EDT [7520] ERROR: database "isowords_test" already exists
2021-03-18 09:54:48.676 EDT [7520] STATEMENT: CREATE DATABASE isowords_test OWNER isowords;
createdb: error: database creation failed: ERROR: database "isowords_test" already exists

Am I good to go?

I'll try to build and run and post any updates here.

from isowords.

stephencelis avatar stephencelis commented on August 23, 2024

@Mozahler All those messages are warnings and can be safely ignored. We should probably suppress them 😄

from isowords.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.