[ixpmanager] Error in creating schema

Barry O'Donovan barry.odonovan at inex.ie
Fri Sep 23 09:41:23 IST 2016


Hi Anand,

anand kumar wrote:
> Sir I am getting error while creating schema.
>
> ./doctrine2-cli.php orm:schema-tool:create
>
> bash: ./doctrine2-cli.php: no such file or directory

So these instructions are from:

https://github.com/inex/IXP-Manager/wiki/Installation-05-Database-Setup

where we say:

 > If everything is set up correctly, the following (assuming you are in 
the bin/ directory) should create your database:

Looks like you're running that command from the install base directory 
so either "cd bin" first or use:

./bin/doctrine2-cli.php orm:schema-tool:create


  - Barry



More information about the ixpmanager mailing list