Giter VIP home page Giter VIP logo

Comments (7)

ivanproskuryakov avatar ivanproskuryakov commented on August 18, 2024

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

from aisel.

adiux avatar adiux commented on August 18, 2024

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

from aisel.

ivanproskuryakov avatar ivanproskuryakov commented on August 18, 2024

@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

from aisel.

adiux avatar adiux commented on August 18, 2024

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?

from aisel.

ivanproskuryakov avatar ivanproskuryakov commented on August 18, 2024

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]

from aisel.

ivanproskuryakov avatar ivanproskuryakov commented on August 18, 2024

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

from aisel.

manoj815 avatar manoj815 commented on August 18, 2024

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

from aisel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.