You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I'd like to use the docker file to try quickly spinning up thelia so as to evaluate it. Thanks for offering this option!
However, I'm having an issue.
I clone the repository, chmod +x the docker script, and then run it, however I get the error as below:
caleb@racknerd-1b8077:/src/thelia/thelia-project$ ./start-docker.sh
You don't have a .env file, we will create it. Please enter a template name : thelia
.env file created with success with template name "thelia"
Copying template files to templates/frontOffice/thelia
cp: cannot stat 'templates/frontOffice/modern': No such file or directory
Starting docker
ERROR: build path /src/thelia/thelia-project/templates/frontOffice/thelia either does not exist, is not accessible, or is not a valid URL.
chmod: cannot access 'var/cache': No such file or directory
chmod: cannot access 'var/log': No such file or directory
caleb@racknerd-1b8077:/src/thelia/thelia-project$ sudo ./start-docker.sh
[sudo] password for caleb:
Copying template files to templates/frontOffice/thelia
cp: cannot stat 'templates/frontOffice/modern': No such file or directory
Starting docker
ERROR: build path /src/thelia/thelia-project/templates/frontOffice/thelia either does not exist, is not accessible, or is not a valid URL.
chmod: cannot access 'var/cache': No such file or directory
chmod: cannot access 'var/log': No such file or directory
The text was updated successfully, but these errors were encountered:
Hello, I'd like to use the docker file to try quickly spinning up thelia so as to evaluate it. Thanks for offering this option!
However, I'm having an issue.
I clone the repository,
chmod +x
the docker script, and then run it, however I get the error as below:The text was updated successfully, but these errors were encountered: