Skip to content

Instantly share code, notes, and snippets.

View Jedt3D's full-sized avatar

Worajedt Sitthidumrong Jedt3D

  • Skoode Skill Co.,Ltd.
  • Bangkok, Thailand
View GitHub Profile
@windsting
windsting / starting-postgresql-in-windows-without-install.md
Created September 20, 2018 10:50
Starting Postgresql in Windows without Install

Starting Postgresql in Windows without Install

Problem

This is a question that comes up quite often by windows users, so thought we would share how we normally do it. The question is

Can you run a PostgreSQL server on your windows desktop/server box without having to install anything?

The answer is

@tobernguyen
tobernguyen / deploy_rails_app.md
Last active May 26, 2025 20:58
Ruby on Rails Deployment on DigitalOcean

Ruby on Rails Deployment on DigitalOcean

Prequisites

  • HTTP server nginx
  • Rails web server passenger
  • Database PosgreSQL
  • Deployment utility mina

Step 1 - Create your droplet

@stefanfoulis
stefanfoulis / osx_developer_installation.rst
Last active May 5, 2025 05:14
Instructions on how to setup an OSX developer machine for (python/django) development

OSX Developer System installation

This guide assumes a fresh install of Mac OSX 10.7 Lion.

Brew User