scancode-server
scancode-server copied to clipboard
Creating the installation script
There is a need to create a single installation script for the scancode-server
. This will lead to easier installation procedure.
Here is the process i would follow to create the script
- Script present in the scancode-server directory named
installation_script
- Run using
python installation_script.py
- Execute the
pip install -r requirements.txt
through the script. - If it raises error on
scancode-toolkit
part- Go to the parent directory where scancode-toolkit is present.
- cd into scancode-toolkit and run
python setup.py install
- Conditions imposed here should be that the directory for
scancode-toolkit
should be named common for all. - And it should be present in the directory common to scancode-server.
@singh1114 Plz review.
@chetanya-shrimali It would be better to have a shell script.
Fine 👍 working on it