Scaffolding to install Titan Framework's Core in production environments.

Installs: 1 046

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Open Issues: 0

Language:Shell

Type:project

1.16.09-p5 2016-11-30 16:27 UTC

This package is not auto-updated.

Last update: 2024-04-13 18:07:54 UTC


README

About

Titan is a framework for instantiation of content management systems (CMS), allowing the creation of complex web applications. The Titan Framework proposal is to be a simple and complete development tool, allowing you to create robust applications quickly and easily.

Titan was developed and is maintained by the partnership between the Software Engineering Laboratory (LEDES) of the Faculty of Computing (FACOM) of the Federal University of Mato Grosso do Sul (UFMS) and the Laboratory for Precision Livestock, Environment and Software Engineering (PLEASE Lab) of the Embrapa Beef Cattle of the Brazilian Agricultural Research Corporation (Embrapa).

Using Composer this script works making a work copy, with most recent TAG, of Git repository of Titan Framework's CORE. It's especially useful to install the core of Titan Framework on servers (with test, homologation or production environment).

Getting Start

To start using Titan Framework, is strongly recommended create a new instance using titan-framework/instance.

Otherwise, if you implemented a instance and wants to publish, please, you need install Composer and install Git on server, and do:

composer create-project titan-framework/install path/to/local/folder

More Information

After install CORE in server, your web application will not works yet. For this, you need install all requirements (like Apache with mod_rewrite, PHP and it's extensions, PostgreSQL, etc). See Titan Cookbook (in portuguese) to detailed explanation. You can also access our mailing list to learn advanced features and answer questions.