You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
planka_custom/client
Emmanuel Guyot 259585aebc
Merge 7e0a1974d9 into f84166406f
2 years ago
..
public Merge 7e0a1974d9 into f84166406f 2 years ago
src ref: Refactoring 2 years ago
.env Adjust the web.config to be path independent 2 years ago
.gitignore Set popup max-height, update public files, update dependencies 7 years ago
README.md Specific build for IIS and Apache 2 years ago
config-overrides.js Specific build for IIS and Apache 2 years ago
package-lock.json Adjust the web.config to be path independent 2 years ago
package.json Specific build for IIS and Apache 2 years ago

README.md

Planka client

IIS install

The build package for IIS requires URL rewrite module https://www.iis.net/downloads/microsoft/url-rewrite The web.config file is provided as is and should be enough. You might have to modify it to suit your needs.

Apache install

The build package for Apache requires mod_rewrite module https://httpd.apache.org/docs/2.4/fr/mod/mod_rewrite.html The .htaccess file is provided as is and should be enough. You might have to modify it to suit your needs.