crond-jaist / cylms

CyLMS: Cybersecurity Training Support for LMS
BSD 3-Clause "New" or "Revised" License
15 stars 11 forks source link

issuing running configure.py #2

Closed fahedsec closed 4 years ago

fahedsec commented 4 years ago

Hi,

Thank you for creating such project. I'm thrilled by the whole project and looking forward to testing it out.

during my installation process, I'm having issues while running "configure.py" to install CyLMS:

  • Defining the Moodle VM using the updated file '/home/cylms/cylms/moodle.xml'... Traceback (most recent call last): File "./configure.py", line 380, in main(sys.argv[1:]) File "./configure.py", line 363, in main setup_moodle(step_no) File "./configure.py", line 307, in setup_moodle cmd_output = subprocess.check_output(cmd, stderr=subprocess.STDOUT) File "/usr/lib/python2.7/subprocess.py", line 537, in check_output process = Popen(stdout=PIPE, *popenargs, **kwargs) File "/usr/lib/python2.7/subprocess.py", line 679, in init errread, errwrite) File "/usr/lib/python2.7/subprocess.py", line 1249, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory