CIRCL / AIL-framework

AIL framework - Analysis Information Leak framework. Project moved to https://github.com/ail-project
https://github.com/ail-project/ail-framework
GNU Affero General Public License v3.0
1.29k stars 282 forks source link

Inquiry on accessing the web interface #573

Closed amypanduh closed 5 months ago

amypanduh commented 2 years ago

I was trying to install AIL on ubuntu. I've already finished until here --> update_thirdparty.sh. When running the Flask_server.py, I encounter this error.

image

Is this the correct next step? How can I access the web interface?

amypanduh commented 2 years ago

This problem is similar to this one

https://github.com/CIRCL/AIL-framework/issues/86#issue-181081221

But I don't know how to run the .py file within the virtual environment :(

alexisteleco commented 2 years ago

Try with

cd /home/azula/ail-framework/AILENV/bin/
source activate

That should activate the Venv

Terrtia commented 5 months ago

The installer failed to install the AILENV. This issue has been fixed in newer versions.