ondrejklejch / MT-ComparEval

Tool for comparison and evaluation of machine translation.
Apache License 2.0
56 stars 14 forks source link

vendor directory missing #29

Closed lefterav closed 9 years ago

lefterav commented 9 years ago

In a fresh installation, I cannot get the system working. I am getting the following error:

Warning: require(/local/qtleap/workbench_frontend/app/../vendor/autoload.php): failed to open stream: No such file or directory in /local/qtleap/workbench_frontend/app/bootstrap.php on line 4

Fatal error: require(): Failed opening required '/local/qtleap/workbench_frontend/app/../vendor/autoload.php' (include_path='.:/usr/share/php:/usr/share/pear') in /local/qtleap/workbench_frontend/app/bootstrap.php on line 4
lefterav commented 9 years ago

I managed to get back the vendor directory by running

curl -s http://getcomposer.org/installer | php
php composer.phar create-project nette/sandbox myApp dev-release-2.0.x

I am confused on whether the user should re-initialize a Nette application with the above commands or whether we should provide the directory vendor from the beginning. In any case the Readme.md is misleading and lets the user create a new app, myApp.

ondrejklejch commented 9 years ago

It should be fixed now.

lefterav commented 9 years ago

yep