Giter VIP home page Giter VIP logo

aisel's Introduction

About Travis-CI Latest Stable Version Latest Unstable Version License

SensioLabsInsight

Installation

LAMP: https://github.com/ivanproskuryakov/Aisel/wiki/Installation:-LAMP
Framework: https://github.com/ivanproskuryakov/Aisel/wiki/Installation:-Aisel
Commands: https://github.com/ivanproskuryakov/Aisel/wiki/Development:-Aisel-commands

Quick installation:
https://github.com/ivanproskuryakov/Aisel/blob/master/.travis/apache/virtual.host
https://github.com/ivanproskuryakov/Aisel/blob/master/.travis/apache/virtual.host

1. git clone [email protected]:ivanproskuryakov/Aisel.git
2. cd Aisel
3. composer install
4. bin/console aisel:install
5. Give permissions to following directories: 
 - app/cache/
 - app/var/
 - app/logs/
 - web/media/

Requirements:

Node.js and NPM
Bower
Grunt

Installation with Vagrant

Add to /etc/hosts and open http://aisel.dev/en/

192.168.50.4   api.aisel.dev
192.168.50.4   aisel.dev
192.168.50.4   admin.aisel.dev

Launch vagrant box

vagrant up

Destroy and re-launch vagrant box

vagrant halt && vagrant destroy -f && vagrant up

Contacts

For support and consulting inquiries: https://github.com/ivanproskuryakov/Aisel/wiki/Contact-&-Support

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://github.com/ivanproskuryakov
List of contributors.

aisel's People

Contributors

ivanproskuryakov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aisel's Issues

error install cms

aisel

Notice: Use of undefined constant CURLOPT_FORBID_REUSE - assumed 'CURLOPT_F
ORBID_REUSE'

Navigation

It is possible to insert new elements in navigation?

Gruntfile

grunt Gruntfile.js
Warning: Task "Gruntfile.js" not found. Use --force to continue.

Aborted due to warnings.

Execution Time (2016-03-15 23:58:29 UTC)
loading tasks 7ms ▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇▇ 88%
Total 8ms

syntax error unexpected 'class'

Parse Error: syntax error, unexpected 'class' (T_CLASS), expecting identifier (T_STRING) or variable (T_VARIABLE) or '{' or '$' in /home/project/public_html/src/Aisel/UserBundle/Manager/UserManager.php on 260

php v 5.4.45

it depends on the version of php?

Delete one user

if you try to delete one user deletes all users including administrator

class is deprecated

php.INFO: The Symfony\Component\Security\Core\SecurityContext class is deprecated
since version 2.6 and will be removed in 3.0. Use Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage or Symfony\Component\Security\Core\Authorization\AuthorizationChecker instead.

{"type":16384,"file":"/home/master/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/SecurityContext.php","line":14,"level":28928,"stack":[{"function":"handleError","class":"Symfony\Component\Debug\ErrorHandler","type":"->"},{"file":"/home/master/public_html/vendor/symfony/symfony/src/Symfony/Component/Security/Core/SecurityContext.php","line":14,"function":"trigger_error"},

:( ??

Page nodes seem not working along with product categories

for both pages it should be showing just the page/product that we assign to respective category right. for now what i get is all the pages are shown when you click on specific the nodes/category. please correct me if I'm wrong. Thanks in advance

Windows Deployment

can u give step by step tutorial on howto deploy this on window,including the bower and grunt installation,. I already try on my own but it is not successful. thanks.

Languages

The idea is not bad but it would be nice to have a way to add new languages?

You can remove the reference language in the url?

In settings management language is fantastic would be replicated
in pages and products with the ability to enable and disable
also cleaning the list page and products

image

Can't install fixtures, give error

When trying to execute "php app/console aisel:install", gives error:

[Symfony\Component\Filesystem\Exception\IOException]
Failed to create ""

Server OS: Debian 7.8 x64

geek 2015-08-17 19 15 00

Installation Problem: 'command' not recognized

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

Contributing guideline

Hi, Ivan

I was taking a look in your project and noticed that you're the only contributor.
Going through the README I couldn't find any contributing guideline.

Your project seems to be very promise and it would be great if you provide a contributing guideline or a "what to do" guide.

administration/en/navigation/menu/create UnexpectedTypeException & ModelManagerException

1.UnexpectedTypeException Expected argument of type "object or array", "string" given

/Aisel/src/Aisel/NavigationBundle/Admin/NavigationAdmin.php

missing end()

    public function validate(ErrorElement $errorElement, $object)
    {
        $errorElement
            ->with('title')
            ->assertNotBlank()
            ->end() //missing end()
            ->with('metaUrl')
            ->assertNotBlank()
            ->end();
    }

2.ModelManagerException: Failed to create object: Aisel\NavigationBundle\Entity\Menu
NotNullConstraintViolationException: An exception occurred while executing 'INSERT INTO aisel_menu_top (locale, lft, rgt, root, lvl, title, metaUrl, status, created_at, updated_at, parent_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)' with params [null, 0, 0, 0, 0, "Testmenu", "/en/testmenu", 1, "2014-12-23 00:11:02", "2014-12-23 00:11:02", null]:

SQLSTATE[23000]: Integrity constraint violation: 1048 Le champ 'locale' ne peut être vide (null)


necessary to set the local

    public function prePersist($page)
    {
        $page->setLocale('en'); //i hardcoded en, but this is not the solution
        $page->setCreatedAt(new \DateTime(date('Y-m-d H:i:s')));
        $page->setUpdatedAt(new \DateTime(date('Y-m-d H:i:s')));
    }

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.