What would you need:
- Postgres 9.3, 9.4, 9.5, 9.6 or 10 with cstore_fdw extention (https://github.com/citusdata/cstore_fdw)
- Docker 1.12.6 or higher
- Docker Compose
- Linux machine
Hardware requirements
What would you need:
Hardware requirements
[Unit] | |
Description=IITK Network Service | |
After=network.target | |
[Service] | |
Type=simple | |
ExecStart=/usr/bin/env python3 /home/../script/sauthenticator.py | |
TimeoutStopSec=10 | |
Restart=always | |
Environment=PYTHONUNBUFFERED=1 |
I hereby claim:
To claim this, I am signing this object:
pragma solidity ^0.4.24; | |
// Define a contract 'Lemonade Stand' | |
contract LemonadeStand { | |
// Variable: Owner | |
address owner; | |
// Variable: SKU count | |
uint skuCount; |