Code Monkey home page Code Monkey logo

Comments (3)

VITEK-THE-BEST avatar VITEK-THE-BEST commented on June 14, 2024 1

I sincerely apologize. this is my local problem. Apparently I installed docker incorrectly.
Solved the problem like this:

That helped me at Fedora 37
Docker version 20.10.21, build baeda1f
docker-compose version 1.29.2, build unknown

from laravel-roadrunner-in-docker.

VITEK-THE-BEST avatar VITEK-THE-BEST commented on June 14, 2024

after command make init i have that problem
image

but i get this

$ make up
...

    Navigate your browser to ⇒ http://127.0.0.1:8080 or https://127.0.0.1:8443

and I followed the link, and the page is unavailable. Maybe I have not configured something. Maybe it is necessary to create an env file? I'm new user to docker...

from laravel-roadrunner-in-docker.

tarampampam avatar tarampampam commented on June 14, 2024

Could you try again with a fresh installation? I can't reproduce the described error on my side:

$ git clone https://github.com/tarampampam/laravel-roadrunner-in-docker.git
Cloning into 'laravel-roadrunner-in-docker'...
remote: Enumerating objects: 949, done.
remote: Counting objects: 100% (492/492), done.
remote: Compressing objects: 100% (284/284), done.
remote: Total 949 (delta 445), reused 233 (delta 207), pack-reused 457
Receiving objects: 100% (949/949), 279.80 KiB | 1.50 MiB/s, done.
Resolving deltas: 100% (532/532), done.

$ cd laravel-roadrunner-in-docker/

$ make install 
docker-compose run --rm --user "1000:1000" --no-deps app composer install --ansi --prefer-dist
Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Nothing to install, update or remove
Generating optimized autoload files
> Illuminate\Foundation\ComposerScripts::postAutoloadDump
> @php artisan package:discover --ansi

   INFO  Discovering packages.  

  fruitcake/laravel-cors ...................................................................................................................... DONE
  laravel/sail ................................................................................................................................ DONE
  laravel/sanctum ............................................................................................................................. DONE
  laravel/tinker .............................................................................................................................. DONE
  nesbot/carbon ............................................................................................................................... DONE
  nunomaduro/collision ........................................................................................................................ DONE
  nunomaduro/termwind ......................................................................................................................... DONE
  spatie/laravel-ignition ..................................................................................................................... DONE
  spiral/roadrunner-laravel ................................................................................................................... DONE

$ make init
...
docker-compose run --rm --user "1000:1000" app php ./artisan migrate --force --seed
  2019_08_19_000000_create_failed_jobs_table ............................................................................................. 14ms DONE
  2019_12_14_000001_create_personal_access_tokens_table .................................................................................. 17ms DONE

   INFO  Seeding database.  

docker-compose run --rm --user "1000:1000" --no-deps app php ./artisan storage:link

   INFO  The [public/storage] link has been connected to [storagepublic].

from laravel-roadrunner-in-docker.

Related Issues (20)

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.