-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing src/*Bundle in favor of the newer bundle-less organization
- Loading branch information
Vincent Chalnot
committed
Nov 8, 2018
1 parent
b2e0160
commit 8b5e2b6
Showing
8 changed files
with
25 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
CleverAge/EAVManager Starter Kit | ||
================================ | ||
|
||
The main documentation is located here: [CleverAge/EAVManager](https://github.com/cleverage/eav-manager) | ||
|
||
## Installation | ||
|
||
You will need make and docker install on your machine. | ||
You will need make, docker and docker-compose installed on your machine. | ||
|
||
````bash | ||
$ make install && make shell | ||
|
@@ -27,9 +29,10 @@ $ sf eavmanager:create-user -a [email protected] -pMyPassw0rd | |
|
||
### Accessing the application | ||
|
||
The Nginx server will answer to any domain so you can either go to [http://127.0.0.1]() or to any domain matching this IP. | ||
The Nginx server will answer to any domain so you can either go to [http://127.0.0.1](http://127.0.0.1) or to any | ||
domain matching this IP. | ||
|
||
All the emails sent by the application are caught by mailcatcher: [http://127.0.0.1:1080]() | ||
All the emails sent by the application are caught by mailcatcher: [http://127.0.0.1:1080](http://127.0.0.1:1080) | ||
|
||
### Managing docker containers | ||
|
||
|
@@ -50,4 +53,3 @@ $ make stop | |
|
||
All the configuration is in ````app/config````. | ||
|
||
For more documentation, go to: [CleverAge/EAVManager](https://github.com/cleverage/eav-manager) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
parameters: | ||
locale: en | ||
|
||
sidus_data_class: ClientNamespace\EAVModelBundle\Entity\Data | ||
sidus_value_class: ClientNamespace\EAVModelBundle\Entity\Value | ||
sidus_data_class: App\Entity\Data | ||
sidus_value_class: App\Entity\Value |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...tNamespace/EAVModelBundle/Entity/Data.php → src/App/Entity/Data.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...Namespace/EAVModelBundle/Entity/Value.php → src/App/Entity/Value.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 0 additions & 16 deletions
16
src/ClientNamespace/EAVModelBundle/ClientNamespaceEAVModelBundle.php
This file was deleted.
Oops, something went wrong.