GithubHelp home page GithubHelp logo

ibonkonesa / symfony4-vue Goto Github PK

View Code? Open in Web Editor NEW
17.0 17.0 6.0 171 KB

Symfony 4 skeleton with Vue, Vuex, Vue-router and Webpack

Vue 18.03% JavaScript 10.25% PHP 49.62% HTML 3.70% Dockerfile 18.40%
php symfony vue vue-router vuex webpack

symfony4-vue's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

symfony4-vue's Issues

Docker error

Hello! I get this error when trying to run docker:

$ docker-compose up -d
Creating network "symfony4-vue_default" with the default driver
Building php
Step 1/18 : FROM centos:7
7: Pulling from library/centos
Digest: sha256:4a701376d03f6b39b8c2a8f4a8e499441b0d567f9ab9d58e4991de4472fb813c
Status: Downloaded newer image for centos:7
 ---> 5e35e350aded
Step 2/18 : EXPOSE 9000
 ---> Running in 80af14782548
Removing intermediate container 80af14782548
 ---> 5d971f92889e
Step 3/18 : WORKDIR /var/www/web
 ---> Running in b445b3d80b7b
Removing intermediate container b445b3d80b7b
 ---> a87ef455dfbc
Step 4/18 : RUN     yum -y update wget yum-utils&&      yum -y install deltarpm &&      yum -y install epel-release &&  rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi &&     rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm &&     curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo
 ---> Running in e21e8777511a
Loaded plugins: fastestmirror, ovl
Determining fastest mirrors
 * base: ftp.tugraz.at
 * extras: centos.lonyai.com
 * updates: ftp.tugraz.at


 One of the configured repositories failed (Unknown),
 and yum doesn't have enough cached data to continue. At this point the only
 safe thing yum can do is fail. There are a few ways to work "fix" this:

     1. Contact the upstream for the repository and get them to fix the problem.

     2. Reconfigure the baseurl/etc. for the repository, to point to a working
        upstream. This is most often useful if you are using a newer
        distribution release than is supported by the repository (and the
        packages for the previous distribution release still work).

     3. Run the command with the repository temporarily disabled
            yum --disablerepo=<repoid> ...

     4. Disable the repository permanently, so yum won't use it by default. Yum
        will then just ignore the repository until you permanently enable it
        again or use --enablerepo for temporary usage:

            yum-config-manager --disable <repoid>
        or
            subscription-manager repos --disable=<repoid>

     5. Configure the failing repository to be skipped, if it is unavailable.
        Note that yum will try to contact the repo. when it runs most commands,
        so will have to try and fail each time (and thus. yum will be be much
        slower). If it is a very temporary problem though, this is often a nice
        compromise:

            yum-config-manager --save --setopt=<repoid>.skip_if_unavailable=true

Insufficient space in download directory /var/cache/yum/x86_64/7/base
    * free   0
    * needed 100 k
Service 'php' failed to build: The command '/bin/sh -c yum -y update wget yum-utils&&   yum -y install deltarpm &&      yum -y install epel-release &&  rpm --import http://rpms.famillecollet.com/RPM-GPG-KEY-remi &&     rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm &&     curl https://packages.microsoft.com/config/rhel/7/prod.repo > /etc/yum.repos.d/mssql-release.repo' returned a non-zero code: 1

Can you help solve this? Thanks!

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.