Giter Site home page Giter Site logo

zjsxwc / aisel Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ivanproskuryakov/aisel

0.0 1.0 0.0 17.1 MB

CMS based on Symfony2 and AngularJS

Home Page: http://aisel.co

License: MIT License

JavaScript 18.69% PHP 60.19% ApacheConf 2.93% HTML 16.11% CSS 1.82% Gherkin 0.26%

aisel's Introduction

About Travis-CI

Latest Stable Version Latest Unstable Version License
SensioLabsInsight
Aisel is open-source CMS for high-load projects based on Symfony2 and AngularJS. http://aisel.co/

Frontend demo: http://ecommerce.aisel.co/en/ [frontenduser/frontenduser]
Backend demo: http://admin.ecommerce.aisel.co/ [backenduser/backenduser]

Installation: development branch

  1. Download latest from master:
    git clone https://github.com/ivanproskuryakov/Aisel.git then cd to aisel/ and download composer
    curl -sS https://getcomposer.org/installer | php
  2. Install Aisel environment php app/console aisel:install
  3. Install frontend dependencies with Bower
    bower install

Once this steps done you will be able to access the backend:
`http://ecommmerce.aisel.dev/administration/en/`

Notes:

  1. Bower is a command line utility install with nodejs
    npm install -g bower
    2.For full javascript minification on frontend use grunt task
    grunt requirejs

Apache hosts:

<VirtualHost *:80>
    ServerName  ecommerce.aisel.co
    <Directory "/var/www/ecommerce.aisel.co/Aisel/frontend/web">
        Options FollowSymLinks MultiViews
        AllowOverride All
        Order allow,deny
        allow from all
    </Directory>
    DocumentRoot /var/www/ecommerce.aisel.co/Aisel/frontend/web
</VirtualHost>
<VirtualHost *:80>
    ServerName  api.ecommerce.aisel.co
    <Directory "/var/www/ecommerce.aisel.co/Aisel/web">
                Options FollowSymLinks
                AllowOverride All
    </Directory>
    DocumentRoot /var/www/ecommerce.aisel.co/Aisel/web
</VirtualHost>
<VirtualHost *:80>
    ServerName  admin.ecommerce.aisel.co
    <Directory "/var/www/ecommerce.aisel.co/Aisel/backend/web">
                Options FollowSymLinks
                AllowOverride All
    </Directory>
    DocumentRoot /var/www/ecommerce.aisel.co/Aisel/backend/web
</VirtualHost>

Installation: v0.1.0

  1. Download composer
    curl -sS https://getcomposer.org/installer | php
  2. Create project, installer will ask you dbname, username, password, etc..
    php composer.phar create-project -s dev aisel/aisel cd aisel/ and finish installation with commands bellow:
  3. Launch installation:
    php app/console aisel:install
  4. Install frontend dependencies with Bower
    bower install

Tests

Behat
bin/behat
PHPSpec
bin/phpspec run
Protractor
protractor frontend/protractor/conf.js
protractor backend/protractor/conf.js

XML Sitemap & Google indexing

http://ecommerce.aisel.co/sitemap.xml
https://www.google.com/search?q=site%3Aecommerce.aisel.co

Speed

Check with http://tools.pingdom.com/

Mobile ready check on Responsinator

http://www.responsinator.com/?url=ecommerce.aisel.co%2Fen%2Fproducts%2F

Bug tracking

Project uses GitHub issues. If you have found bug, please create an issue.

MIT License

License can be found here.

Authors

Part of Aisel package, was originally created by Ivan Proskuryakov https://twitter.com/iproskuryakov
List of contributors.

BTC Donations

To support ongoing development you may send BitCoin to 1DmBssUeNGXC8VC3BFm3VB3Qc9wmSB7DrK

Consulting

If you're need consulting, contact with me by e-mail [email protected]

aisel's People

Contributors

ivanproskuryakov avatar

Watchers

 avatar

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.