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

Dependencies:   mbed SakuraIO MPU9250_SPI BME280 gps AQM0802A

MAINTENANCE.md

Committer:
punix
Date:
2018-11-27
Revision:
2:48e7e85cb169
Parent:
0:d2c4ee597498

File content as of revision 2:48e7e85cb169:

# 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/
```