Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
View kuropen's full-sized avatar

Highlights

  • Pro

Block or report kuropen

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
kuropen/README.md

Pinned Loading

  1. bypasslinkis bypasslinkis Public

    userscript to bypass annoying ln.is landing pages

    JavaScript

  2. PHP公式のDocker ImageでLaravelを動かす ref: ... PHP公式のDocker ImageでLaravelを動かす ref: http://qiita.com/kuropen/items/1f0e5b9f0f78d74409c4
    1
    FROM php:7.1-apache
    2
    RUN apt-get update && apt-get -y install git unzip
    3
    
                  
    4
    RUN DEFAULT_SITE_FILE=/etc/apache2/sites-enabled/000-default.conf && TMP=$(mktemp) && sed 's!/var/www/html!/var/www/html/public!' $DEFAULT_SITE_FILE > $TMP && mv $TMP $DEFAULT_SITE_FILE
    5
    RUN curl -L https://raw.githubusercontent.com/php/php-src/master/php.ini-production | sed 's/expose_php = On/expose_php = Off/' > /usr/local/etc/php/php.ini