massimo-me / PokemonGo-Farm

[Unmantained] Web app to manage and run your PokémonGo-Bot - Gotta Catch 'Em All 👻
23 stars 15 forks source link

Issue in index.php installing #9

Open EJ207 opened 7 years ago

EJ207 commented 7 years ago

Line 3: require_once DIR.'/../vendor/autoload.php';

File not found.

What am i doing wrong or missing here ? This is strange.

valigar29 commented 7 years ago

Hi ! Did you run the commands composer install and bower install ?

It's look like you didn't install all the components that the web app need.

EJ207 commented 7 years ago

how do i run it on a shared web server (hostgator).. so without without VPS ? Should I install node.js on the shared server?

lkd70 commented 7 years ago

@EJ207 It's very rare for shared hosts to allow installs of things such as composer and such... You'd need ssh access to the server, which isn't going to happen on shared servers in most cases.