https://github.com/activestate/pycon2019
Getting Rid of Developer Pain Points Workshop — PyCon 2019
https://github.com/activestate/pycon2019
Last synced: 3 months ago
JSON representation
Getting Rid of Developer Pain Points Workshop — PyCon 2019
- Host: GitHub
- URL: https://github.com/activestate/pycon2019
- Owner: ActiveState
- License: mit
- Created: 2019-05-02T01:32:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-02T02:30:55.000Z (about 7 years ago)
- Last Synced: 2025-02-26T17:48:19.172Z (over 1 year ago)
- Language: Dockerfile
- Size: 3.91 KB
- Stars: 1
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Getting Rid of Developer Pain Points
## PyCon 2019
Thanks for attending ActiveState's PyCon 2019 workshop. Here are all the things you need to get started:
## Platform Account
Sign up for your free ActiveState Platform account here: https://platform.activestate.com
## Install the State Tool
You can install the State Tool by running the following command on Linux:
`sh <(curl -q https://platform.activestate.com/dl/cli/install.sh)`
Alternately, follow the Docker instructions below to build a docker image with the State Tool already installed.
## Auto-Fork the ActivePython 3.6.6 Project
https://platform.activestate.com/ActiveState/ActivePython-3.6/auto-fork
## Real World Project Setup
The project we're using as our real-world example is:
https://github.com/ActiveState/tensorflask
## Docker
If you're running on a platform other than Linux and have docker installed, here are the instructions on how to build the provided Dockerfile:
`docker build -t activestate/state-tool --no-cache .`
If you want to run the above demo project, you can use:
`docker run -it --network="host" -p 8000:8000 activestate/state-tool`
Copyright (c) 2019 ActiveState Software