Project

General

Profile

Actions

Docker » History » Revision 16

« Previous | Revision 16/111 (diff) | Next »
Benjamin Baer, 01.02.2023 15:26


Docker

Installation

  • Server: webwork20
  • Path: /var/docker/[user]/
  • Checkout git repo:
    git clone https://systemvcs.math.uzh.ch/it/typo3-docker.git
    
  • rename the typo3-docker folder! [user]-[instance] ex. bbaer-dev
  • execute bootstrap.py
    cd [user]-[instance]
    python3 bootstrap.py
    
  • After setup, navigate to https://webwork20:xxxx/typo3/install.php
  • Type in your typo3 backend user and password, etc.; click continue
  • Choose "take me straight to the backend"
  • Login
  • Go to extension and add fluid styled content:
    !typo3_3.png
  • Install latest qfq (https://qfq.io/download/?dir=releases) and uzh_cd (https://www.math.uzh.ch/repo/?dir=uzhcd/v9)
  • Create first page:


  • Under access, set page visible to true
  • Add template to home (via plus):


  • Add page content > QFQ to home

10.sql = SELECT "Hello world from QFQ, ", NOW()
  • Try view page on home for a first test:
  • As instructed, create a new page "Form" with pagecontent [QFQ] Form under Home and load the formEditor:
    file=_formEditor
    
  • Reload the page
  • Typo3 instance has finished setting up!

Updated by Benjamin Baer over 1 year ago · 16 revisions