2017 © Pedro Peláez
 

project base-otf-app

Base app for creating an OTF app

image

ncsuwebdev/base-otf-app

Base app for creating an OTF app

  • Tuesday, January 14, 2014
  • by ncsuot
  • Repository
  • 0 Watchers
  • 0 Stars
  • 79 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Base OT Framework App

This the a skeleton app to allow a user to quickly start creating an app based on OT Framework (http://github.com/ncsuwebdev/otframework)., (*1)

You can install this via composer (http://getcomposer.org) by:, (*2)

sh $ git clone git@github.com:ncsuwebdev/base-otf-app.git $ cd base-otf-app $ composer create-project ncsuwebdev/base-otf-app [install directory] $ cd [install directory/new ot application] $ composer install $ composer update, (*3)

NOTE! The install directory should NOT exist before running the script, (*4)

If you want a specific version of the base OTF app, you can append a version number to the create-project command that references the desired tag., (*5)

As composer is installing, it will prompt you and ask Do you want to remove the existing VCS (.git, .svn..) history? You should select Y so that it removes all the git file history and remote repositories. You should then initialize your own repository to store your code., (*6)

Once you create the project, you will need to do a few steps to get going:, (*7)

  • Create a database and put the credentials in the development section in [yourproject]/application/configs/application.ini
  • Run the database migration script to install the db.
    sh $ Using your favorite SQL client/CLI (we use Sequel Pro), create a database for your project $ cd <vagrant instance> $ vagrant ssh $ cd /var/www/html/[yourproject] $ composer install $ composer update $ php otutils/migrate.php -c latest -e development, (*8)

  • Go to http://[path-you-installed-this] and you can log in with admin/admin credentials, (*9)

The Versions

14/01 2014

dev-master

9999999-dev http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu

09/08 2013

1.0.7

1.0.7.0 http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu

27/06 2013

1.0.6

1.0.6.0 http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu

20/06 2013

1.0.5

1.0.5.0 http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu

22/05 2013

1.0.4

1.0.4.0 http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu

08/05 2013

1.0.3

1.0.3.0 http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu

30/04 2013

1.0.2

1.0.2.0 http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu

26/03 2013

1.0.1

1.0.1.0 http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu

05/03 2013

1.0.0

1.0.0.0 http://github.com/ncsuwebdev/base-otf-app

Base app for creating an OTF app

  Sources   Download

The Requires

 

ncstate ncsu