Skip to content

Instantly share code, notes, and snippets.

View rafaelclaycon's full-sized avatar

Rafael Schmitt rafaelclaycon

  • Poatek, a TELUS International Company
  • Rio Grande do Sul, Brasil
  • 22:57 (UTC -03:00)
  • Mastodon @mitt_rafael@toot.wales
View GitHub Profile
@rafaelclaycon
rafaelclaycon / PassosLinodeVapor.md
Last active December 8, 2022 00:18
Criando uma VM no Linode e rodando uma API Vapor

Criando uma VM no Linode e rodando uma API Vapor

Requisitos:

  • Mac
  • Xcode
  • Homebrew
  • Cartão de crédito internacional

1. Criar projeto Vapor

@rafaelclaycon
rafaelclaycon / InstalandoSwiftNoLinux.md
Last active April 5, 2024 19:55
Instalando Swift no Ubuntu 22.04 LTS

Instalando Swift no Ubuntu 22.04

1. Instalando dependências

Rode o seguinte comando no terminal do Ubuntu:

sudo apt install clang libpython2.7 libpython2.7-dev