Site Logo
  • Menu
    • Menu

      • FVAS Projects
      • Server Details

      Dev Notes

      • GIT Cheetsheet
      • Linux Notes
      • Regex
      • Web Development Notes
      • General Dev Notes

      User Pages

      • Michael M
      • Seth P

       

       

       

  • login

14 results were found for the search for "User: Administrator"

  • 27 May 2024
  • 14:14

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

  • 7 Mar 2022
  • 14:04

Menu

Menu FVAS Projects Server Details Dev Notes GIT Cheetsheet Linux Notes Regex Web Development Notes General Dev Notes User Pages Michael M Seth P      

  • 27 May 2024
  • 14:26

FVAS Projects

  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:

  • 4 Mar 2022
  • 12:52

GIT Cheetsheet

  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

  • 16 Mar 2022
  • 09:46

TK Tools

  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

  • 16 Mar 2022
  • 09:50

Project Directory Structure

  . |-- bin |   `-- assets |-- data |   |-- cache |   |-- institution |   `-- temp |-- docs |-- html |   |-- app |   `-- mvpready |-- _notes |-- plugin |   |-- plg-animal |   |-- plg-ca |   |-- plg-coa |   |-- plg-ldap |-- src |   

  • 16 Mar 2022
  • 09:49

Creating Your Dev Environment

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

  • 16 Mar 2022
  • 09:49

Check-Out Setup A Project

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

  • 16 Mar 2022
  • 09:49

Committing Tagging For A New Release

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

  • 16 Mar 2022
  • 09:49

Releasing a project

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

  • 16 Mar 2022
  • 09:49

Using the bin cmd

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

  • 16 Mar 2022
  • 09:49

Site Configuration Files

.htaccess # (1) RewriteEngine On # (2) Options +FollowSymlinks # (3) # Options +SymLinksIfOwnerMatch # (4) #RewriteBase /~user/ems/

  • 10 Aug 2023
  • 08:13

Ems Data Export Instructions

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

  • 17 Aug 2023
  • 11:45

EMS How to make a subject inactive

No Content.

Back to top

© 2016 Tropotek