scancode-server icon indicating copy to clipboard operation
scancode-server copied to clipboard

Creating the installation script

Open singh1114 opened this issue 7 years ago • 3 comments

There is a need to create a single installation script for the scancode-server. This will lead to easier installation procedure.

singh1114 avatar Nov 15 '17 13:11 singh1114

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 avatar Nov 17 '17 16:11 chetanya-shrimali

@chetanya-shrimali It would be better to have a shell script.

singh1114 avatar Nov 27 '17 20:11 singh1114

Fine 👍 working on it

chetanya-shrimali avatar Nov 30 '17 07:11 chetanya-shrimali