Skip to content

Commit

Permalink
PhpStorm: Dir-Settings raus aus Repo (#5612)
Browse files Browse the repository at this point in the history
  • Loading branch information
gharlan committed Feb 26, 2023
1 parent 4c84832 commit acf44c0
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 268 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Expand Up @@ -31,9 +31,6 @@
!/.idea/encodings.xml
!/.idea/icon.svg
!/.idea/jsonSchemas.xml
!/.idea/modules.xml
!/.idea/php.xml
!/.idea/redaxo.iml
!/.idea/sqldialects.xml
!/.idea/codeStyles/
!/.idea/fileTemplates/
Expand Down
8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

134 changes: 0 additions & 134 deletions .idea/php.xml

This file was deleted.

117 changes: 0 additions & 117 deletions .idea/redaxo.iml

This file was deleted.

3 changes: 0 additions & 3 deletions README.de.md
Expand Up @@ -63,9 +63,6 @@ Um am Core und an den Core-Addons zu entwickeln, setze das Projekt mit diesen Sc

- Klone das Repository: `git clone https://github.com/redaxo/redaxo redaxo && cd redaxo`
- Installiere die für die Entwicklung verwendeten Tools über [Composer](https://getcomposer.org): `composer install`
- Falls du PhpStorm verwendest, passe dort die Composer-Einstellungen (`Languages & Frameworks` > `PHP` > `Composer`) an und deaktiviere diese beiden Optionen:
- [ ] Add packages as libraries
- [ ] Synchronize IDE settings with composer.json
- Du kannst die hinterlegte Docker-Konfiguration nutzen, um eine lokale Entwicklungsumgebung zu starten: `docker-compose up -d`. Falls du einen anderen Port als den Standardport 80 benötigst, ergänze die Angabe so: `REDAXO_PORT=8080 docker-compose up -d`.

 
Expand Down
3 changes: 0 additions & 3 deletions README.md
Expand Up @@ -63,9 +63,6 @@ To develop on core and core addons, set up the project with these steps:

- Clone the repsoitory: `git clone https://github.com/redaxo/redaxo redaxo && cd redaxo`
- Install the tools used for the development with [Composer](https://getcomposer.org): `composer install`
- When you use PhpStorm, adjust the composer settings (`Languages & Frameworks` > `PHP` > `Composer`) and disable these two options:
- [ ] Add packages as libraries
- [ ] Synchronize IDE settings with composer.json
- You can use the provided Docker configuration to start a local development environment: `docker-compose up -d`. In case you need a port other than the default port 80, start it like this: `REDAXO_PORT=8080 docker-compose up -d`.

 
Expand Down

0 comments on commit acf44c0

Please sign in to comment.