Get going quickly with TYPO3 CMS.
- Get Waardepapieren at
https://github.com/discipl/waardepapieren
docker-compose -f docker-compose-travis.yml up
cd [this-directory]
bin/start-environment.sh
- At
Do you want to restore the database from previous dump? y/N
entery
bin/composer.sh install
- Waardepapieren:
https://localhost
- TYPO3:
https://localhost:8090
https://localhost:8090/typo3
- username:
app
- password:
password
Because we are in a development phase, you might encounter some problems:
The certificates for both webservers are currently self assigned. You need to import the required CA into the browser and set it as trusted. For this installation import:
- Build/ssl/fieldlabCA.pem
If the import doesn't directly validate the https://localhost:8090. Open it in a private screen. It will probably have been cached as invalid previously. Or add an exception in the browser if nothing else works :)
Cross-origin requests are made, but CORS has not been implemented yet.
This will result into failures when information from the Waardepapieren
websocket is requested. To overcome this problem CORS needs to be
disabled in the browser.
WARNING: The settings below will disable CORS for all websites. When you have finished, turn these settings OFF.
- Go to Preferences > Advanced and check the option
Show develop menu in menu bar
- In the menu bar click on Develop and check the option
Disable Cross-Origin restrictions
- Install the extension
Allow CORS: Access-Control-Allow-Origin
and turn it on
- Install the extension
CORS everywhere
and turn it on
- Install the extension
CORS Toggle
and turn it on
GPL-2.0 or later