Skip to main content

Time track documentation

General info


Beanstalk repositoryhttps://rocketweb.beanstalkapp.com/internal-projects
GIT branchtimeTrackingTool
Website URL

http://timetracking.rocketweb.com/

FrameworkLaravel 5

General setup

  1. Clone repo;

  2. Get latest DB with SSH;

  3. Edit .env file with local settings for APP_URL and DB fields;

  4. Run php artisan migrate.


Passpack entries

SSH accessrackspace devnginx rocketweb ssh



104.239.207.25 timetracking.rocketweb.com

Location on server: /var/www/rocketweb/timetracking.rocketweb.com/

CRON jobs


* * * * * php /path/to/project/artisan schedule:run >> /dev/null 2>&1

Commands

Available at /path/to/project/app/Console/Commands/UpdateJira.php

$schedule->command('jira:update')->dailyAt('04:50');