Giter Site home page Giter Site logo

microstart's Introduction

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

microstart's People

Contributors

t3brightside avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.