Closed awoods closed 5 years ago
Move 'solr-create' command into solr/Dockerfile
Resolves: https://github.com/vivo-community/vivo-docker2/issues/1
VitroConnection.DataSource.url = jdbc:mysql://localhost/vitrodb VitroConnection.DataSource.username = vitrodbUsername VitroConnection.DataSource.password = vitrodbPassword
vitro.local.solr.url = http://localhost:8983/solr/vivocore
$docker-compose build $docker-compose up
$docker exec -it vitrodb /bin/bash $mysql -u root -p - Note: password: abc123 $use vitrodb; $show tables; $select * from Prefixes; $select * from Quads;
Move 'solr-create' command into solr/Dockerfile
Resolves: https://github.com/vivo-community/vivo-docker2/issues/1
Testing this PR