LoginSignup
0
2

More than 3 years have passed since last update.

初心者がphpでIoTサーバを作ってみた(php7 + MySQL5)

Last updated at Posted at 2019-09-17

PHPでIoTサーバを作ってみる

IoTサーバは、AWSやAzureを使えばよいのに、phpなどの勉強を兼ねて作ってみた

デモンストレーションサーバ

https://www.star.ne.jp/free/ の無料枠を利用して、
デモンストレーション用のページを作ってみた
  http://testiot.starfree.jp/8ol0jupyod8j/

フレームワークは、bootstrapを利用

ページのフレームワークは、Bootstrap 4の無料テーマを利用した。
  https://startbootstrap.com/themes/sb-admin-2/

  ここから startbootstrap-sb-admin-2-gh-pages.zip をダウンロードして
  展開して準備完了

作ったphp

bootstrapの展開されたルートディレクトリのファイルは削除して、
作ったphpファイルに入れ替えると動きます。
なお、ini.php のファイルにMySQLの接続設定を書いていますの環境に合わせて修正します。
  作ったphpファイル: http://testiot.starfree.jp/8ol0jupyod8j/phpfiles.zip

解説

近いうちに整理して書きます
コメント、是非ください

0
2
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
2