Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #27

Open
wants to merge 1 commit into
base: newproject
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This explains how to setup a basic Laravel project with the portal-php package.

### Create a new Laravel project

More information can be found on the Laravel documentation for the Installation.
More information can be found on the [Laravel documentation](https://laravel.com/docs/) for the installation.

Clone this GIT repository and change into the directory.

Expand All @@ -90,7 +90,7 @@ This adds the repository "gentics" to your projects composer.json, pulls the dep

### .htaccess

POST requests from the CMS to the CmsController do not work by default because the stock Laravel .htaccess redirects all requests that have a trailing slash in order to remove it.
POST requests from Gentics CMS to the CmsController do not work by default because the stock Laravel .htaccess redirects all requests that have a trailing slash in order to remove it.
However due do the RFC standard which disallows POST redirects without user interaction, this means that the POST data is lost.

We can fix this easily, in `portal/public/.htaccess` find this line (line 12):
Expand All @@ -110,7 +110,7 @@ RewriteCond %{REQUEST_METHOD} =GET

Copy the file `docker-compose.override.yml.example` to `docker-compose.override.yml`
You can configure passwords, ports, environment variables and other settings `in docker-compose.override.yml`
The license key for the cms has to be changed.
The license key for Gentics CMS has to be changed.

### Running the portal

Expand Down Expand Up @@ -139,13 +139,13 @@ docker-compose up -d

http://localhost:8080 - If asked for authentication, register a new account (Keycloak)

##### Mesh
##### Gentics Mesh

http://localhost:8081 - Use admin admin as login
http://localhost:8081 - Use admin/admin as login

##### CMS
##### Gentics CMS

http://localhost:8082 - Use node node as login
http://localhost:8082 - Use node/node as login

## Service documentation:

Expand All @@ -172,7 +172,7 @@ Install the package "git" with the packet manager.

#### Docker

#### Windows / Mac ####
##### Windows / Mac #####

* Use Docker with HyperV if avilable
* We recommend to increase the memory to at least 4 GB or better 6GB and set the available CPU to all CPU cores in the Docker settings
Expand Down