Giter VIP home page Giter VIP logo

Comments (12)

 avatar commented on August 28, 2024 1

Ok. I will try and let you know

from freelancers-market.

m-elewa avatar m-elewa commented on August 28, 2024

@Akshay-Wagh please refer to this issue #13

sudo apt update && sudo apt -y upgrade
sudo apt install make -y

sudo add-apt-repository ppa:git-core/ppa -y

sudo apt-get -y install
apt-transport-https
ca-certificates
curl
gnupg-agent
software-properties-common
docker-compose
virtualbox

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

sudo add-apt-repository
"deb [arch=amd64] https://download.docker.com/linux/ubuntu
$(lsb_release -cs)
stable"

sudo apt-get -y install docker-ce docker-ce-cli containerd.io

sudo usermod -aG docker ${USER}

and let me know if you still facing the same error

from freelancers-market.

 avatar commented on August 28, 2024

Thanks for fast reply.
I have already installed docker-engine and docker-composer,
After that i used command "docker -exec .." as per 4th step
it started application but once opened IP in browser it gives error

from freelancers-market.

m-elewa avatar m-elewa commented on August 28, 2024

@Akshay-Wagh try to delete this file /var/www/storage/logs/laravel-2020-07-21.log
while the application is running and access the website again and see if it fixed

from freelancers-market.

m-elewa avatar m-elewa commented on August 28, 2024

@Akshay-Wagh also, run this command sudo usermod -aG docker ${USER}
it might fix this permission issue

from freelancers-market.

m-elewa avatar m-elewa commented on August 28, 2024

@Akshay-Wagh if it didn't work try to run it as root like that sudo docker-compose up -d --build --scale nginx=3

from freelancers-market.

 avatar commented on August 28, 2024

Hi,
sudo docker-compose up -d --build --scale nginx=3
start all docker services but same issue persist.. Here is screenshot of the same
Screenshot from 2020-07-21 18-11-43

And Application URL https://webandmobileapp.co/

from freelancers-market.

m-elewa avatar m-elewa commented on August 28, 2024

@Akshay-Wagh please show me the owner and the group of the file /var/www/storage/logs/laravel-2020-07-21.log inside the workspace container

from freelancers-market.

m-elewa avatar m-elewa commented on August 28, 2024

@Akshay-Wagh also, show me the content of the file if it has any

from freelancers-market.

 avatar commented on August 28, 2024

file doesn't exist, /var/www/storage/logs/laravel-2020-07-21.log

from freelancers-market.

 avatar commented on August 28, 2024

Screenshot from 2020-07-21 18-41-48
After using command "make setup" in root directory..

from freelancers-market.

 avatar commented on August 28, 2024

@m-elewa Thank you very much for your help.

Issue is sorted.
The problem was "user=laradock", I put root instead laradock in Makefile.

from freelancers-market.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.