Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivanproskuryakov/aisel
api-driven engine for marketplaces
https://github.com/ivanproskuryakov/aisel
angular php symfony3
Last synced: 26 days 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-10T20:48:59.000Z (over 7 years ago)
- Last Synced: 2024-09-30T16:03:13.286Z (about 1 month ago)
- Topics: angular, php, symfony3
- Language: PHP
- Homepage:
- Size: 24.1 MB
- Stars: 275
- Watchers: 39
- Forks: 113
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
About [![Travis-CI](https://travis-ci.org/ivanproskuryakov/Aisel.svg?branch=master)](https://travis-ci.org/ivanproskuryakov/Aisel) [![Latest Stable Version](https://poser.pugx.org/aisel/aisel/v/stable.svg)](https://packagist.org/packages/aisel/aisel) [![Latest Unstable Version](https://poser.pugx.org/aisel/aisel/v/unstable.svg)](https://packagist.org/packages/aisel/aisel) [![License](https://poser.pugx.org/aisel/aisel/license.svg)](https://packagist.org/packages/aisel/aisel)
-----------------------------------[![SensioLabsInsight](https://insight.sensiolabs.com/projects/e3761c26-4de8-4679-8645-ddedad0ae4a4/big.png)](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-commandsQuick 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](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-&-SupportBug 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).