Installing Ushahidi problem


#1

Hi there! I think I get something wrong installing the platform >
./bin/phinx migrate -c application/phinx.ph
I get this error:

-bash: /vendor/bin/phinx: No such file or directory

Does anyone know a fix for this?
10x


#2

Maybe you just missed the last ā€˜pā€™ character.

Try execute ./bin/phinx migrate -c application/phinx.php in platform folder.