LoginSignup
0
0

More than 3 years have passed since last update.

AndroidにLaravelなどをインストール

Last updated at Posted at 2020-09-11

UserLandを使用してAndroid端末にLaravelなどをインストールします。

Laravel

sudo apt install -y php php-zip php-mbstring php-xml ;
curl https://getcomposer.org/installer | php ;
sudo mv -i composer.phar /usr/local/bin/composer ;
composer global require "laravel/installer" ;

以下はおまけです。

php-imagick

sudo apt install -y imagemagick ;
sudo apt install -y libmagickwand-dev ;
sudo apt install -y pkg-config ;
sudo apt install -y php-dev ;
sudo pecl install imagick ;
sudo apt install -y php-pear ;

php-gd

sudo apt install -y php-gd ;

VNC(初期のUIが微妙だからなんとかしたい)

sudo apt install -y xfce4 ;
sudo apt -y install vnc4server ;

参考リンク

Andoird端末上で Linux を遊ぶ 1 - Qiita
https://qiita.com/syuzabu/items/e0cf3b07fc241ddafc4f

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0