oasis4hedev / salsa

Web app for creating a syllabus in an accessible HTML document, publishing to the Canvas LMS, and more.
https://syllabustool.com
Other
6 stars 5 forks source link

seting up dev env docker-compose up, A server is already running. #472

Closed opsaaaaa closed 5 years ago

opsaaaaa commented 5 years ago

after running docker-compose up i get this:

Attaching to salsadockercompose_db_1, salsadockercompose_salsa_1
db_1     | LOG:  database system was shut down at 2019-06-03 18:45:59 UTC
db_1     | LOG:  MultiXact member wraparound protections are now enabled
db_1     | LOG:  database system is ready to accept connections
db_1     | LOG:  autovacuum launcher started
db_1     | ERROR:  database "salsa_development" already exists
db_1     | STATEMENT:  CREATE DATABASE "salsa_development" ENCODING = 'unicode'
db_1     | ERROR:  database "salsa_test" already exists
db_1     | STATEMENT:  CREATE DATABASE "salsa_test" ENCODING = 'unicode'
salsa_1  | ng Puma
salsa_1  | => Rails 5.1.2 application starting in development on http://localhost:3000
salsa_1  | => Run `rails server -h` for more startup options
salsa_1  | A server is already running. Check /home/apps/salsa/tmp/pids/server.pid.
salsa_1  | Exiting

and nothing shows up at localhost.

opsaaaaa commented 5 years ago

wrong project