レンタルサーバーと連携したsakura.ioの運用例

Dependencies:   mbed SakuraIO MPU9250_SPI BME280 gps AQM0802A

Revision:
0:d2c4ee597498
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MAINTENANCE.md	Wed Nov 21 08:54:34 2018 +0000
@@ -0,0 +1,32 @@
+# Maintenance
+
+## Sync with github.com
+
+### Setup hg-git
+
+```bash
+pip install mercurial hg-git
+```
+
+#### ~/.hgrc
+
+```
+[extensions]
+hggit =
+```
+
+### mbed.org to github.com
+
+```bash
+hg clone https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evaluation_Board_Standard/ SakuraIO_Evaluation_Board_Standard-sync
+cd SakuraIO_Evaluation_Board_Standard
+hg push git@github.com:sakuraio/SakuraIO_Evaluation_Board_Standard.git
+```
+
+### github.com to mbed.org
+
+```bash
+hg pull git@github.com:sakuraio/SakuraIO_Evaluation_Board_Standard.git
+hg outgoing https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evaluation_Board_Standard/ # check diff
+hg push https://developer.mbed.org/teams/SAKURA-Internet/code/SakuraIO_Evaluation_Board_Standard/
+```