This repository was archived by the owner on Nov 8, 2019. It is now read-only.
This repository was archived by the owner on Nov 8, 2019. It is now read-only.
Setup tool and first steps #10
Open
Description
The current cli tools is assuming already a lot of things for users. I don't know if it's a good thing or not. What I would have imagined is that we have more something ala pip. https://pip.pypa.io/en/stable/installing/ You get a unique script to run. In the past easy-install (for python) had a bash script (as it is usually the default on a unix/linux computer).
The scenario would be.
- welcome short message
- Asking if you want to clone the webcompat.com repo and/or point to an existing repo you already have. Cloning the repo would ask you where you want to put it or propose a default location. Example:
~/code/
- Check your version of python 2, check your version of nodejs
- install virtual environment.
- start the virtual environment
- install the python modules
- install the node modules
- then goes on to configuration files
- Configure paths for the project.
- (optional) Configure oauth credentials.
Possibility to exit at any time.