Skip to content

skills-online-mysql missing locally & Local installation steps in README are outdated #3

@Auenc

Description

@Auenc

When trying to run the project locally, the Makefile references a docker image that isn't created via the build-local command:

run-local:
	docker run --name techiaith-padatious -it --rm \
		--link skills-online-mysql:mysql \
		-v ${PWD}/server/assistant/:/opt/padatious/src \
		-v ${PWD}/recordings/:/recordings \
		-v ${PWD}/data/:/data \
		-v ${PWD}/local/:/opt/padatious/local \
		techiaith/padatious bash

Additionally, the installation steps in the README seem to be outdated as the reference Make targets that do not exist in the current form of the make file:

make build-online-api
make run-online-api

Apologies if I have somehow lost the steps to rectify these issues via attempting to translate the README into English!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions