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
1 year ago
..
public Merge 7e0a1974d9 into f84166406f 1 year ago
src ref: Refactoring 1 year ago
.env Adjust the web.config to be path independent 1 year ago
.gitignore Set popup max-height, update public files, update dependencies 6 years ago
README.md Specific build for IIS and Apache 1 year ago
config-overrides.js Specific build for IIS and Apache 1 year ago
package-lock.json Adjust the web.config to be path independent 1 year ago
package.json Specific build for IIS and Apache 1 year 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.