SiRumCz / CSC501

CSC501 assignments
0 stars 1 forks source link

Compose #67

Closed jonhealy1 closed 4 years ago

jonhealy1 commented 4 years ago

docker-compose build docker-compose up neo4j

jonhealy1 commented 4 years ago

We should just be able to do 'docker-compose up' and start both neo4j and python code. Right now py4neo is not communicating with neo4j container in docker-compose. This is an issue that I can google online but I haven't been able to figure it out. For now you can just do 'docker-compose up neo4j' to start neo4j and start python code like before. You could also do 'docker-compose up load_data' to load the python code afterwards for testing to try to get it to work.

SiRumCz commented 4 years ago

I have removed the .ds_store folders and updated the .gitignore file to ignore them in the future. Other than that, everything work like a charm. thanks.