sudo apt -y install php libapache2-mod-php php-common php-pear php-mbstring php-xml php-pear
sudo vi /etc/apache2/apache2.conf
.htaccess の rewriteが動作するように、AllowOverride All にする。
sudo a2enmod rewrite
sudo systemctl restart apache2
IT関連のメモ
sudo apt -y install php libapache2-mod-php php-common php-pear php-mbstring php-xml php-pear
sudo vi /etc/apache2/apache2.conf
.htaccess の rewriteが動作するように、AllowOverride All にする。
sudo a2enmod rewrite
sudo systemctl restart apache2
リポジトリ作成
git init
git initした後するべきこと
git config --global user.name "任意のユーザ名"
git config --global user.email "任意のメールアドレス(xxxxxx@xxx.xxx)"
リポジトリにインデックスを追加する
git add --all
リポジトリにコミットする
git commit -m "init commit"
リモートオリジンと関連付ける
git remote add origin http://~
もし、リモートオリジンがすでにあると言われたら
git remote rename origin old-origin
リモートオリジンにプッシュする
git push -u origin --all
インストールされているか調べる
dpkg -l git
入っていなければ、バージョン等が<なし>になりますので、次のコマンドを打つ。
sudo apt install git
rm -rf node_modules
npm install
次でも、うまくいくかもしれない
npm update
sudo npm install -g create-react-app
sudo apt install filezilla
これを実行したときついでに、いらなくなったものがあるので、次を実行すると良いとでる。
sudo apt autoremove
this.setState({id : "91" });
componentDidMount(){
}
document.getElementById(id).style.transform = "rotate(180deg)";