-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
seems cool but... lol #5
Comments
(trust me i went through this years ago tweeking zenbot and gecko in node) |
i keep getting stuck at the 'composer install' step ~/zenbot-sim-runner$ composer install Problem 1 To enable extensions, verify that they are enabled in your .ini files: php --version |
OK, ran sudo apt install php-xml fixed composer install issue |
ok going to install mysql (i think) ~/zenbot-sim-runner$ php artisan migrate
Do you really wish to run this command? (yes/no) [no]:
Illuminate\Database\QueryException could not find driver (SQL: select * from information_schema.tables where table_schema = forge and table_name = migrations and table_type = 'BASE TABLE') at vendor/laravel/framework/src/Illuminate/Database/Connection.php:678
34 artisan:37 using this guide https://www.digitalocean.com/community/tutorials/how-to-install-mysql-on-ubuntu-20-04 |
alright, using this guide... lol https://stackoverflow.com/questions/46745365/artisan-migrate-could-not-find-driver ~/zenbot-sim-runner$ sudo find / -name php.ini either way it didn't work lol if it can work with mongodb that'll be cool (phpnuke wasnt this hard lol) |
Yeah, getting everything to hang together working properly is quite an 'expert' undertaking really, and I just haven't had the time to refine the install process. Thanks for persevering! However ... I have been working on a Docker-based deployment which includes all the many dependencies (even Zenbot and MongoDB). I've got it deployed in the cloud I just need to set up a domain name of some sort. Once that is sorted I will let you know in this thread and you can # for a login. I wish I could get it done right now but have a lot of other responsibilities. I'd hope to be able to get back to you within a few days though. |
"in a nutshell, you need to install the dependencies, tell it where your working instance of Zenbot is, import some data from Zenbot and away you go!"
(i think i found that part)
the but is... doesn't zenbot use mongodb? not mysql
The text was updated successfully, but these errors were encountered: