Download the PHP package ncsuwebdev/base-otf-app without Composer
On this page you can find all versions of the php package ncsuwebdev/base-otf-app. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ncsuwebdev/base-otf-app
More information about ncsuwebdev/base-otf-app
Files in ncsuwebdev/base-otf-app
Package base-otf-app
Short Description Base app for creating an OTF app
License
Homepage http://github.com/ncsuwebdev/base-otf-app
Informations about the package base-otf-app
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).
You can install this via composer (http://getcomposer.org) by:
NOTE! The install directory should NOT exist before running the script
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.
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.
Once you create the project, you will need to do a few steps to get going:
- 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.
- Go to http://[path-you-installed-this] and you can log in with admin/admin credentials