-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Couldn't find env file! #2
Comments
Can you verify that the env file is indeed missing in the docker-nosh/nosh directory? If you did a git clone as instructed, the file should have been included (as seen here); if it is indeed missing, it might be something related to Powershell but since I'm not a Windows user, it's only a guess. |
For env file I solved it. But when I finished the installation and looking to docker webserver is trying to start. Kindly see the pervious picture. Thanks |
See update on commit 4e1b6bc (you can restart the entire install routine or see the changes in the commit on your nginx.conf file and then restart the webserver. |
Thanks I will do and let you know... |
Looks like you're missing the ./.nosh_app_key (generated in the init_win.sh); confirm that it's in the root directory. |
By the way I am using Ubuntu inside windows so I used ./init.sh |
You need to use ls -a since it is a dot file. |
What is the content of the file (sudo cat .nosh_app_key)? Is it empty? |
You might want to reboot your ubuntu VM; I can't tell if you didn't shut down docker when you re-installed it. |
I just reboot the Ubuntu and the same problem! Should I shutdown docker before re-installing the nosh? |
Yes, you need to do docker-compose down. I would also delete your root
folder in case there is any stray or incorrectly formatted files and start
over with git clone.
…Sent from my Nokia 6
On Sat, Dec 26, 2020, 7:07 AM mohammadmahboubeh ***@***.***> wrote:
I just reboot the Ubuntu and the same problem! Should I shutdown docker
before re-installing the nosh?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#2 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AASDGVRAMZU72DN6EESIM5DSWX32HANCNFSM4VJIRSHA>
.
|
Identified a problem with the mariadb docker image (unable to create InnoDB database) and also identified a problem with the init script (that is why you didn't have an app key). These will be fixed soon. |
I think I figured out the problem - the database volume was already present and encrypted and when you created a new install - there was mismatch hence the database error. To restart (will wipe all existing data) use the command |
Pleasure day!
I got this error message when trying to nosh running:
The text was updated successfully, but these errors were encountered: