rtCamp / Frappe-Manager

A CLI tool based on Docker Compose to easily manage Frappe based projects.
MIT License
109 stars 23 forks source link

Despite sucessfull installation site does not start #98

Closed sternbj closed 6 months ago

sternbj commented 8 months ago

This issue tracker is only for issues related to Frappe-Manager. Please use https://github.com/rtcamp/frappe-manager/discussions for support questions.

image

To Reproduce Steps to reproduce the behavior: las commands: image

Expected behavior starting ERPNext

System information (please complete the following information):

Attach log Please attach logs from ~/frappe/logs/fm.log for faster resolution. Sorry do not know how to get it. I But I will if you tell me. Since it's on docker i think it's not as "easy" as normal terminal.

Additional context never was able tot start ERPNext. Did mor or less same procedue on my mac and it worked.

Xieyt commented 8 months ago

@sternbj The log file is on the host machine not in the docker containers and is located at ~/frappe/logs/fm.log. You can view the log using command the commandcat ~/frappe/logs/fm.log. Please provide the log file so that I can better debug the issue.

After starting the site wait for like ~ 1-2 min( this doesn't happen always).

sternbj commented 8 months ago

Sorry you are right easy to find. Even on UI

fm.log

Also Waiting 5 min after starting container it does not start

Xieyt commented 8 months ago

@sternbj As I can see in the log fm was not able to create site properly because of network issue in the site creation. This is a bug in fm that it's not able to alert user that the site is broken, there is already an issue #96 and is fixed in #91. Fix will be available in next release.

Till then:

sternbj commented 8 months ago

Sorry but this does not work. It worked with a new site but unfortunatelly I just did not inst

all the apps, i deleted again and now I cant make it run at all, though no issues when instaling fm.log

also deleting is not working properly, I think due to access limitations. I manually just delete the folder, but i am not sure if this is enough, because obviosly there is a issue when installing new

sternbj commented 8 months ago

So I figured out, that I can install A site, but if I add the apps in the create command, sites are not reachable in the end. So can I add apps later? I am sorry for this question, but I do not know very much about this stuff.

Xieyt commented 7 months ago

@sternbj You can easily add apps later using the bench get-app <appname> command.

Xieyt commented 6 months ago

Closing this issue, since checking of site after site creation has already been implemented.