oss-slu / bubble_scan

GNU General Public License v3.0
0 stars 7 forks source link

Issue 108: Adding bubblescan exceutable bash script #114

Closed mylescorrea closed 2 weeks ago

mylescorrea commented 2 weeks ago

Fixes #108

What was changed?

Created a bash script that creates the bubblescan executable in the dist folder inside of the ServerCode Folder

Why was it changed?

This was changed because we need to run our entire program with just one .exe file

How was it changed?

I changed the appserver.py file to handle opening browsers. Then using pyinstaller (added to the requirements.txt), I can create a bash script that creates this .exe and runs our program with one click.

How to run the script


chmod +x Bubblescan.sh
./Bubblescan.sh

Bubblescan.exe will be in the dist folder in BubbleScan/ServerCode/dist

Chirag2x commented 2 weeks ago

@mylescorrea, This is the good work. Can you also update the readme file to add the above information with all the steps. That would be great for anyone new to access and use the application.