Code Monkey home page Code Monkey logo

central4's Introduction

Central 4

Build Status Coverage Status

CMS do Governo do Tocantins

Dependências

Este projeto possui as seguintes dependências:

  • Postgres >= 9.1
  • PHP >= 5.4
  • Git

Configurando uma maquina para desenvolvimento no Ubuntu

Instale as dependências:

sudo apt-get install postgresql php5-cli php5-curl php5-pgsql php5-intl curl git

Configuração do Postgres

Edite o arquivo

sudo nano /etc/postgresql/9.1/main/pg_hba.conf

Na linha que contêm o seguinte host:

host    all             all             127.0.0.1/32            md5

Altere o md5 para trust, ficando assim:

host    all             all             127.0.0.1/32            trust

Em seguida reinicie o postgres

sudo service postgresql restart

Instalando o projeto

Clone o projeto do github para sua maquina:

git clone git://github.com/secom-tocantins/central4.git

Agora entramos na pasta do projeto utilizamos o make para configurar tudo

cd central4
make setup

Aguarde o composer atualizar e instalar as dependências e estará tudo pronto.

Para rodar o projeto com o servidor built-in do php, use o comando:

make server

central4's People

Contributors

caferrari avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

leohmoraes

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.