https://github.com/a-x-/urban-tech-hackaton-oilstone
https://github.com/a-x-/urban-tech-hackaton-oilstone
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-x-/urban-tech-hackaton-oilstone
- Owner: a-x-
- Created: 2018-12-07T17:47:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T23:04:39.000Z (almost 4 years ago)
- Last Synced: 2025-01-11T01:58:26.955Z (5 months ago)
- Language: Python
- Size: 31.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# urban-tech-hackaton-oilstone
## setup
```
pip3 install -r requirements.txt
```python 3.6+
port: 8088## setup server before
```bashadd-apt-repository ppa:jonathonf/python-3.7
add-apt-repository ppa:deadsnakes/ppaapt-get update && apt-get install -y python3.7 git nginx
apt-get install -y python3-pipexport LC_ALL="en_US.UTF-8"
export LC_CTYPE="en_US.UTF-8"
sudo dpkg-reconfigure locales
```## instance
`tmux attach`