Web Design Beyond
オンライン・プレゼンテーションの形2:Test Fly a SAAB 04/13/2007 08:39:17

実際に撮影された動画とのインタラクティブなシンクロナイズ機能を駆使したサイト。サーブのマーケティングキャンペーンで作成されたこのサイトは、画面上でクリックすれば瞬時に走行中のサーブが反応し、スラローム、追い越し、360度スピンなど、驚くようなドライビングを楽しむ事ができる。
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

M1-2 の場合はHomebrew のパスを設定
Apple M1 chip, the homebrew installation path may be different, and the path may need to be added to the environment paths with the following commands:
export PATH=/opt/homebrew/bin:$PATH
export PATH=/opt/homebrew/sbin:$PATH

brew install php@8.1

パスを通すコマンド
$echo 'export PATH="/usr/local/opt/php@8.1/bin:$PATH"' >> ~/.zshrc

もしくは cmd + shift + . で不可視ファイルを見えるようにし、~/以下に  .zshrc ファイルを作り、
export PATH=$PATH:/usr/local/opt/php@8.1/bin:/usr/local/opt/php@8.1/sbin と記入し保存

コンポーザーインストール
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
composer -V

PHPに認証をつける
1)自分のCA局を作成
https://www.simplified.guide/macos/keychain-ca-code-signing-create
2)証明書を作成
https://www.simplified.guide/macos/keychain-cert-code-signing-create

3)https://support.claris.com/s/answerview?anum=000035470&language=en_US
こちらの3. Open /Library/FileMaker Server/HTTPServer/conf/httpd.conf.2.4 with a plain text editor and add the following lines to the end of the file. に進む

*php7の箇所を修正、下記のようにhttp.conf.2.4を修正
文章の最後に追加
LoadModule php_module /usr/local/opt/php@8.1/lib/httpd/modules/libphp.so "fmcloud"
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
置換
• Find:

    Require all denied




SetHandler application/x-httpd-php
Require all granted



SetHandler application/x-httpd-php-source
Require all granted

>>>文字コードバグあり、正しくここからコピー


コマンド実行
codesign --sign "fmcloud" --force --keychain ~/Library/Keychains/login.keychain-db /usr/local/opt/php@8.1/lib/httpd/modules/libphp.so


php.ini変更
For Mac computers with the M1 chip, the file is located here:
/opt/homebrew/etc/php/8.1/php.ini
• For Intel-based Mac computers, the file is located here:
/usr/local/etc/php/8.1/php.ini

Add the following lines to the end of the php.ini file.

http://www.saab.com/microsites/pilotswanted/GLOBAL/en/index2.shtml


Comments

Add comment for this article
Comment
URL
Password (You can revise your comment later with this password.)
Security Code
Input this text in the right textarea.
 



03enterprise

Copyright © Majestic, Inc. Privacy Policy