Skip to content
View howkymike's full-sized avatar
🎓
studying
🎓
studying

Highlights

  • Pro
Block or Report

Block or report howkymike

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
howkymike/README.md

Hi there, I'm Mike 👋

profileGif-thankYouArriminum!

  • 🏢 I'm a Fullstack Developer
  • 💼 I have 2 bachelor's degrees (IT & Cybersecurity)
  • ⚙️ I use daily: .java, .js, .html,.css, .sh, .py
  • 🌍 I'm mostly active within the Alfresco Community
  • 🌱 Learning all about Open Source projects
  • 💬 Ping me about alfresco, new projects, job offers,cooperation

Connect with me 👬

LinkdedIn   portfolio   Github   Gmail



Pinned

  1. alfresco-workflow-summary alfresco-workflow-summary Public

    Alfresco addon - Workflow Summary Dashlet

    Java 3 1

  2. Alfresco-Windows-Installation-Guide Alfresco-Windows-Installation-Guide Public

    Step-by-step Alfresco 6.x non containerized installation guide on Windows platform

  3. Alfresco Share addon - Document prev... Alfresco Share addon - Document preview while editing tasks
    1
    <#include "/org/alfresco/components/form/controls/workflow/packageitems.ftl" />
    2
    <#assign el>${controlId}-wp</#assign>
    3
    <#assign dependencyGroup="web-preview">
    4
    <#include "/org/alfresco/components/preview/include/web-preview-css-dependencies.lib.ftl" />
    5
    <#include "/org/alfresco/components/preview/include/web-preview-js-dependencies.lib.ftl" />
  4. sample-linux-programs sample-linux-programs Public

    Sample Linux programs

    C

  5. Instruction allowing Alfresco develo... Instruction allowing Alfresco developers to run dockerized Alfresco on Apple silicon M1 arm64 chip
    1
    # Alfresco Community on M1 Apple Silicon chip (arm64)
    2
    
                  
    3
    If you want to run dockerized Alfresco Community on your M1 Macbook there are some steps you have to follow and traps you have to avoid.
    4
    Most importantly: 
    5
    - currently (02.2022) amd64 Java isn't perfect on arm64. You should recompile everything to use arm64 architecture. As a bonus you will get quite good performance.