Skip to content

t3brightside/microstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Microstart

License Packagist Downloads Brightside

Demo content for TYPO3 Microtemplate

Install

  • install TYPO3 v12
  • install microstart content and recommended packages by composer req t3brightside/microstart
  • copy folders from vendor/t3brightside/microstart/data/fileadmin/ to public/fileadmin/
  • import database from vendor/t3brightside/microstart/data/base.sql.gz
  • back end admin user: admin, password: Admin1234#
  • maintenance > analyze database structure
  • add 'webp' to [GFX][imagefile_ext] and [SYS][mediafile_ext] in 'Settings > Configure Installation-Wide Options'
  • in 'Settings > Extension Configuration > Pagelist' enable at least 'Articles' and 'Events' page types and 'Personnel author fields' accordingly
  • create a site configuration
  • change the admin password as the first thing
  • change the forms 'Contact Us' > 'Email to receiver' addresses and names to yours
  • set route enhancers for pretty URL's in 'config/sites/your-site-name/confix.xml'
routeEnhancers:
  PaginatedprocessorsByContentId:
    type: Simple
    routePath: '/{paginatorId}/{paginationPage}'
    aspects:
      paginatorId:
        type: PaginatedprocessorsContentMapper
      paginationPage:
        type: StaticRangeMapper
        start: '0'
        end: '999'
  PaginatedprocessorsByUnigueIdInTs:
    type: Simple
    routePath: '/{paginatorId}/{paginationPage}'
    aspects:
      paginatorId:
        type: StaticValueMapper
        map:
          files: files
          gallery: gallery
          pagelist: pagelist
      paginationPage:
        type: StaticRangeMapper
        start: '0'
        end: '999'
  PersonnelVcard:
    type: Simple
    routePath: '/{person}'
    defaults:
      tag: ''
    requirements:
      person: '[1-999]'
    _arguments:
      person: person
    aspects:
      person:
        type: StaticRangeMapper
        start: '1'
        end: '999'
  PageTypeSuffix:
    type: PageType
    map:
      vcard.vcf: 888

Sources

Development and maintenance

Brightside OÜ – TYPO3 development and hosting specialised web agency

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Languages