2019-06-01から1ヶ月間の記事一覧

Laravel 初期設定

# php artisan key:generate Application key set successfully. # vim -R .env APP_KEY=base64:WaC********************************************************* MariaDB [(none)]> show databases; +--------------------+ | Database | +-----------------…

ngrok

ローカルPC上で稼働しているサービス(TCP)を外部公開できるサービス。 dashboard.ngrok.com 上記でアカウントを登録する。 繋ぎたいサーバーにインストールファイルをダウンロードする。 $ wget https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-linux-…

Composer のインストール

Composer はPHPのパッケージ管理システム。 getcomposer.org $ php -r "if (hash_file('sha384', 'composer-setup.php') === '48e3236262b34d30969dca3c37281b3b4bbe3221bda826ac6a9a62d6444cdb0dcd0615698a5cbe587c3f0fe57a54d8f5') { echo 'Installer veri…

nginx

http://nginx.org/en/linux_packages.html#RHEL-CentOS RHEL/CentOS Install the prerequisites: sudo yum install yum-utils To set up the yum repository, create the file named /etc/yum.repos.d/nginx.repo with the following contents: [nginx-stabl…

/* -----codeの行番号----- */