jaesivsm / JARR

JARR is a web news aggregator.
https://app.jarr.info
GNU Affero General Public License v3.0
117 stars 15 forks source link

can't install, please help #218

Closed KvizadSaderah closed 1 year ago

KvizadSaderah commented 1 year ago

hi hi

while install trying to follow install manual, but on this step

make create-db COMPOSE_FILE=Dockerfiles/prod-example.yml

i receive

make: *** No rule to make target 'create-db'.  Stop.

any ideas?

jaesivsm commented 1 year ago

Hello,

Sorry yeah I updated the Makefile without taking care of the INSTALL.md, I'm going to take care of that.

In the meantime :

make db-bootstrap-user COMPOSE_FILE=Dockerfiles/prod-example.yml
make db-bootstrap-tables COMPOSE_FILE=Dockerfiles/prod-example.yml
make init-env COMPOSE_FILE=Dockerfiles/prod-example.yml

should do the trick.

I'm gonna test that out and come back to you.

jaesivsm commented 1 year ago

Alright, tested, fixed and updated the documentation just now. You should be able to launch a working version of JARR with just the command in the INSTALL.md. Sorry for the false instruction, don't hesitate to report any issue you might have :) (and thanks for reporting this one !)