aisel / aisel
Aisel - FullStack based on AngularJS, PHP(Symfony2)
Installs: 181
Dependents: 0
Suggesters: 0
Security: 0
Stars: 275
Watchers: 39
Forks: 113
Open Issues: 8
Type:project
Requires
- php: >=5.3.3
- doctrine/doctrine-bundle: ~1.3
- doctrine/doctrine-fixtures-bundle: 2.2.*@dev
- doctrine/orm: =v2.4.2
- flowjs/flow-php-server: ^1.0
- friendsofsymfony/rest-bundle: 1.4.*@dev
- fzaninotto/faker: ~1.5
- incenteev/composer-parameter-handler: ~2.0
- jms/serializer-bundle: 1.1.0
- nelmio/cors-bundle: ~1.4
- payum/offline: 0.15.*
- payum/paypal-express-checkout-nvp: 0.15.*
- payum/payum-bundle: 0.15.*@dev
- phpspec/phpspec: ~2.0
- phpunit/phpunit: 4.6.4
- sensio/distribution-bundle: ~2.3
- sensio/framework-extra-bundle: ~3.0
- sensio/generator-bundle: ~2.3
- stof/doctrine-extensions-bundle: 1.2.*@dev
- symfony/assetic-bundle: ~2.3
- symfony/monolog-bundle: ~2.4
- symfony/swiftmailer-bundle: ~2.3
- symfony/symfony: 2.7.*
- twig/extensions: ~1.0
This package is not auto-updated.
Last update: 2024-11-09 14:09:51 UTC
README
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 git@github.com: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.