Giter Club home page Giter Club logo

Comments (5)

SadarSSI avatar SadarSSI commented on May 25, 2024

Ok, I found: PHP8

I just did the same thing in PHP7-4 and it works with some changes in the DockerFile to make it work.

I don't know why it doesn't work in PHP8, at least with this docker build (...)

from flextype.

SadarSSI avatar SadarSSI commented on May 25, 2024

For info my Dockerfile

FROM php:7.4-apache

SEND COMPOSER_ALLOW_SUPERUSER=1

PRESENTATION 80
WORKDIR /app

RUN apt-get update -qq && \
     apt-get install -qy\
     git\
     gnupg\
     libicu-dev \
     libzip-dev\
     libfreetype6-dev\
     libjpeg62-turbo-dev\
     libpng-dev\
     libonig-dev\
     libxml2-dev\
     zlib1g-dev\
     unzip\
     zipper\
     docker-php-ext-configure gd --with-freetype --with-jpeg && \
     docker-php-ext-install -j$(nproc) gd json fileinfo mbstring gd json fileinfo dom && \
     docker-php-ext-configure zip &&\
     curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && \
     apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

RUN a2enmod rewrite log_debug

CMD ["apachectl", "-D", "FOREGROUND"]

docker run

docker run --name flextype --hostname=flextype --env TZ=Europe/Paris --rm -it --network web --publish 8093:80/tcp --mount type=bind,source=/mnt/docker/apps/test/conf/php.ini,target=/usr/local/etc/php/conf.d/app.ini --mount type=bind,source=/mnt/docker/apps/test/app/flextype,target=/var/www/html

from flextype.

Awilum avatar Awilum commented on May 25, 2024

Did you fix your installation issue ?

If you are installing Flextype 0.9.x please check this page
https://awilum.github.io/flextype/documentation/getting-started/installation/

from flextype.

SadarSSI avatar SadarSSI commented on May 25, 2024

Hello,

Yes, I had read this document and respected the instructions / recommendations. I don't know why it doesn't work in PHP8, I ended up trying a PHP 7.4 install and found it worked

from flextype.

Awilum avatar Awilum commented on May 25, 2024

It's strange, because, I just checked https://github.com/flextype/flextype/releases/download/v0.9.16/flextype-cms-0.9.16.zip on my php 8.0.8 - it works without 404 issues

from flextype.

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.