Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation Problem: 'command' not recognized #20

Closed
adiux opened this issue Jun 27, 2015 · 7 comments
Closed

Installation Problem: 'command' not recognized #20

adiux opened this issue Jun 27, 2015 · 7 comments
Assignees
Labels

Comments

@adiux
Copy link

adiux commented Jun 27, 2015

I'm having troubles installing AIsel: AIsel:install

Eventhough I'm having some troubles with the installation. Aisle:install fails with the message that bower is required. But it is installed. See printscreen for more info:

printscreen

@ivanproskuryakov ivanproskuryakov self-assigned this Jun 27, 2015
@ivanproskuryakov
Copy link
Owner

@gruenemuetze do you have http://bower.io/ on your machine ?

@adiux
Copy link
Author

adiux commented Jun 27, 2015

@ivanproskuryakov yes, if I run it from the command line it works. See printscreen

@ivanproskuryakov
Copy link
Owner

@gruenemuetze sorry, didn't realise that you on windows
Installer runs sh bower.sh which is a shell script

https://github.com/ivanproskuryakov/Aisel/blob/master/bower.sh

Do it manually then, with following:

1. composer 
composer install
2. database 
php app/console doctrine:database:drop
php app/console doctrine:database:create
php app/console doctrine:schema:create
php app/console doctrine:fixtures:load
3. bower
manually, check contests of bower.sh

@adiux
Copy link
Author

adiux commented Jun 27, 2015

Thanks for you quick reply. It worked. But now I can't access the backend. The user table is emtpy. How can I setup the initial user?

@ivanproskuryakov
Copy link
Owner

load fixtures with:

php app/console doctrine:fixtures:load

You may use following users:
Frontend demo: http://ecommerce.aisel.co/en/ [frontenduser/frontenduser]
Backend demo: http://admin.ecommerce.aisel.co/ [backenduser/backenduser]

@ivanproskuryakov
Copy link
Owner

@gruenemuetze how is it going, did you solve your question ?

@manoj815
Copy link

manoj815 commented Mar 7, 2016

Hi I manually flow all above step but how to run in windows host i also created a virual host named

<VirtualHost aisel.dev:80>
    DocumentRoot "D:\xampp\htdocs\Aisel-master\Aisel"
    ServerName aisel.dev
</VirtualHost>

But how to run i browser

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants