User Tools

Site Tools


setup_script_tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
setup_script_tutorial [2016/06/30 11:23] lucysetup_script_tutorial [2019/02/15 07:54] – [Introduction] lucy
Line 1: Line 1:
 ==== Introduction ==== ==== Introduction ====
  
-The setup script is done in python and runs under a special account created for LUCY (not root). It can always be re-started using the command python /opt/phishing/current/tools/setup/setup.py (or in LUCY version that have been downloaded as 2.8 and higher: docker exec -it `docker ps -q` python /opt/phishing/current/tools/setup/setup.py). Starting from Version 2.4, you will be able to logout from that setup script.+The setup script is done in python and runs under a special account created for LUCY (not root). It can always be re-started using the command
 + 
 +<code>python /opt/phishing/current/tools/setup/setup.py</code> 
 + 
 +or if LUCY is running in Docker container use this command: 
 + 
 +<code>docker exec -it `docker ps -q` python /opt/phishing/current/tools/setup/setup.py</code> 
  
 ==== Automatic Setup ==== ==== Automatic Setup ====
setup_script_tutorial.txt · Last modified: 2020/08/07 12:59 by lucy