Skip to content

Instantly share code, notes, and snippets.

View eliasdouglas's full-sized avatar

Douglas Daniel eliasdouglas

  • Plan B Comunicação Online
  • Belo Horizonte
View GitHub Profile
@eliasdouglas
eliasdouglas / README-Template.md
Created August 20, 2018 19:38 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@eliasdouglas
eliasdouglas / gist:179f213962244d3f6802b1197252f850
Last active August 21, 2018 14:03 — forked from Godoy/gist:dc64bd8cab08929b292c
Getting Started Kooboo CMS
  1. Clone o repositório: https://github.com/Kooboo/CMS.git
  2. Execute o arquivo CMS\Kooboo.CMS\Publish\publish.bat para que ele gere o projeto do website para o visual studio.
  3. O projeto estará na pasta CMS\Kooboo.CMS\Publish\Web. Copie todo o conteúdo desta pasta. Este será o seu projeto a partir de agora. Neste ponto já é possível rodar�, customizar o site, criar conteúdo. O CMS está pronto para ser utilizado, mas todo o conteúdo está sendo armazenado em XML. Precisamos trocar o provider.
  4. Para trocar o provider, descompacte o arquivo que se encontra em: CMS\Kooboo.CMS\Publish\Released\Content_Providers.zip. Para utilizar SQL Server, copie os arquivos da pasta SQLServer\Kooboo.CMS.Content.Persistence.SQLServer.dll e SQLServer\SqlServer.config para a pasta Wev\bin do seu projeto, gerado nos passos 1 e 2.
  5. Configure a connection string do arquivo SqlServer.config (veja mais em http://wiki.kooboo.com/?wiki=Setup_database_provider#SQLServer)

Instalação

Abrir a solution no visual studio

@eliasdouglas
eliasdouglas / ajax-handlebars.md
Created January 17, 2018 19:36 — forked from chrislkeller/README.md
Displaying data from a flat JSON file on a Handlebars.js template file rendered with AJAX.

Demo: ajax-handlebars

This repo's location has changed.

@eliasdouglas
eliasdouglas / Steps.md
Created June 20, 2017 21:38 — forked from Godoy/Steps.md
deploy ruby on rails 4 with capistrano nginx unicorn - ubuntu 14.04

Steps

These steps were made with Ubuntu 14.04 e ruby 2.3.1. To enjoy the ease of step-by-step, I suggest not change folders and application name - just change the server ip and git

Create user to deploy

# Server console
sudo adduser deployer
sudo gpasswd -a deployer sudo