Skip to content
View EdisonArango's full-sized avatar
:shipit:
:shipit:

Organizations

@altixco @coac-gmbh @djangoplicity @helixsoftco

Block or report EdisonArango

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

Pinned Loading

  1. helixsoftco/vuelix helixsoftco/vuelix Public template

    Vue 3 + Vite template/framework: Auth System + OpenAPI Client Generator + Routes Transitions + i18n + File System Routing + Layouts System + Universal Icons Framework + More!

    Vue 94 13

  2. altixco/django-postgres-dokku altixco/django-postgres-dokku Public template

    Django 3.1 + Postgres 11 + Dokku config (Production Ready)

    Python 9 2

  3. altixco/altixco.github.io altixco/altixco.github.io Public

    Altix's Knowledge Base

    HTML

  4. Django notes.md Django notes.md
    1
    # Django Notes
    2
    
                  
    3
    ## Django as a PRO
    4
    
                  
    5
    Database access optimization:
  5. Dokku Notes.md Dokku Notes.md
    1
    ## Installation and Configuration
    2
    
                  
    3
    After installing with curl | bash, or another way you should go to the server ip or domain name.
    4
    
                  
    5
    Dokku allows users to push with the ssh public key, in Mac it's usually a file located here **"~/.ssh/id_rsa.pub"**
  6. Docker commands Docker commands
    1
    # INFO: REPLACE EVERYTHING INSIDE <>
    2
    
                  
    3
    # Start docker server in centos
    4
    sudo systemctl start docker
    5