https://github.com/ivanproskuryakov/aisel
api-driven engine for marketplaces
https://github.com/ivanproskuryakov/aisel
angular php symfony3
Last synced: 12 months ago
JSON representation
api-driven engine for marketplaces
- Host: GitHub
- URL: https://github.com/ivanproskuryakov/aisel
- Owner: ivanproskuryakov
- Created: 2014-02-27T13:24:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T20:48:59.000Z (almost 9 years ago)
- Last Synced: 2025-04-05T20:08:13.923Z (12 months ago)
- Topics: angular, php, symfony3
- Language: PHP
- Homepage:
- Size: 24.1 MB
- Stars: 274
- Watchers: 38
- Forks: 108
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About [](https://travis-ci.org/ivanproskuryakov/Aisel) [](https://packagist.org/packages/aisel/aisel) [](https://packagist.org/packages/aisel/aisel) [](https://packagist.org/packages/aisel/aisel)
-----------------------------------
[](https://insight.sensiolabs.com/projects/e3761c26-4de8-4679-8645-ddedad0ae4a4)
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](https://www.vagrantup.com/)
-----------------------------------
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](https://github.com/ivanproskuryakov/Aisel/issues).
If you have found bug, please create an issue.
MIT License
-----------------------------------
License can be found [here](https://github.com/ivanproskuryakov/Aisel/blob/master/LICENSE).
Authors
-----------------------------------
Part of Aisel package, was originally created by [Ivan Proskuryakov](https://github.com/ivanproskuryakov) https://github.com/ivanproskuryakov
List of [contributors](https://github.com/ivanproskuryakov/AiselConfigBundle/graphs/contributors).