FVAS Elearning
Code Repositories Where the code base resides and how to use the GIT repositories. View » PHP Project Updates How to upgrade a site from the code repository using the tk-tool commands View » PHP Project Install How to install
Code Repositories Where the code base resides and how to use the GIT repositories. View » PHP Project Updates How to upgrade a site from the code repository using the tk-tool commands View » PHP Project Install How to install
Menu FVAS Projects Server Details Dev Notes GIT Cheetsheet Linux Notes Regex Web Development Notes General Dev Notes User Pages Michael M Seth P
Developed Projects EMS Extramural Management System Stakeholders: Natali Krekeler , Christina Chiang , Sarah Jacob Lisa Caruana , Alana Marriner , Natalie Courtman Web: ems.vet.unimelb.edu.auGit: git@bitbucket.org:fvas-elearning/ems.gitAuth:
Branches Create a new remote branch: $ git checkout -b {branch_name}$ git push --set-upstream origin {branch_name} Checkout a remote branch locally $ git checkout -t origin/{branch_name}$ composer update --prefer-source Delete a GIT branch and t
Tk Tools have been developed to help with repository updates, DB backups, releasing projects and a lot more. To install the Tk Tools to a server. Checkout the code at https://github.com/tropotek/tk-tools. You can follow the instructions to get the too
. |-- bin | `-- assets |-- data | |-- cache | |-- institution | `-- temp |-- docs |-- html | |-- app | `-- mvpready |-- _notes |-- plugin | |-- plg-animal | |-- plg-ca | |-- plg-coa | |-- plg-ldap |-- src |
I use VMWare to create a server and workstation system to allow me to run the sites. If you have a preferred dev environment the sites should run. They are mostly self contained and can run in a user public_html directory if configured correctly. The mai
Note: before following this tutorial be sure you have installed the composer command to your OS. First you will need to clone the project from a repository: $ git clone git@github.com:fvas-elearning/tk-base.git$ cd tk-base once you have checked out th
This assumes you have installed the tk-tools and can run the command "tk" and are working in a development environment with the debug option enabled in the config.php. When editing a project check that composer has installed the tk libs source by runnin
This assumes that composer is installed on the server and is ready to be executed as the "composer" command Once you are happy that the project and libs are all tagged and working its time to release the site. Log into the server via ssh and log into the
The projects "cmd" command has a number of helpful tools that you can use from development and release. Each project has a set of default commands that are available to all projects however some projects have extra sub commands for tools to be used with si
.htaccess # (1) RewriteEngine On # (2) Options +FollowSymlinks # (3) # Options +SymLinksIfOwnerMatch # (4) #RewriteBase /~user/ems/
For all tables clicking on the "columns" button under the filter fields will show you all the fields that will be exported to the CSV, the checkbox this is only to show what fields are visible on the current page, all fields will be exported to the C
No Content.