Time track documentation
General info
| Beanstalk repository | https://rocketweb.beanstalkapp.com/internal-projects |
|---|---|
| GIT branch | timeTrackingTool |
| Website URL | |
| Framework | Laravel 5 |
General setup
Clone repo;
Get latest DB with SSH;
Edit .env file with local settings for APP_URL and DB fields;
Run php artisan migrate.
Passpack entries
| SSH access | rackspace 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');
No comments to display
No comments to display