kritbit

kritbit Commit Details


Date:2015-12-15 22:48:56 (9 years 6 days ago)
Author:Natalie Adams
Branch:master
Commit:33ac6cca1657084b53807b991b340f58b8459d72
Parents: bafb10b69723ab876362d21c73783ae739790be6
Message:updating readme

Changes:

File differences

README.md
4646
4747
4848
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
4965
5066
5167
......
6884
6985
7086
71
72
73
74
87
88
89
90
7591
7692
7793
$config['MYSQL_USER'] = "user";
$config['MYSQL_PASS'] = "pass";
# Running automated service
In your config.php you need to add/modify ACCEPTED_IPS :
$config["ACCEPTED_IPS"] = ["127.0.0.1", "::1"];
Then write a cron that runs every minute to curl/wget this url:
http://<ip or domain>/service/run/
For example:
http://127.0.0.1/kritbit/service/run/
And kritbit will run through the jobs that are marked to be ran by kritbit and analyse the cron script to determine if it needs to be ran and run it.
# Long-term TODO
- Provide a way to offer more customization for viewing job information. Right now it's very generic - but it might be useful to be able to parse output and present custom columns or other data.
- [phpoauthlib2](https://srchub.org/p/phpoauthlib2/) - MIT
- [stacktraceprint](http://stackoverflow.com/a/4282133/195722)
- [Twitter Bootstrap](http://getbootstrap.com/2.3.2/)
- [jQuery](https://jquery.com/)
- [jQuery confirm](http://craftpip.github.io/jquery-confirm/)
- [bootstrap fullscreen](http://craftpip.github.io/bootstrap-fullscreen-select/)
- [dynatable](http://www.dynatable.com/)
- [jQuery](https://jquery.com/) - MIT
- [jQuery confirm](http://craftpip.github.io/jquery-confirm/) - MIT
- [bootstrap fullscreen](http://craftpip.github.io/bootstrap-fullscreen-select/) - MIT
- [dynatable](http://www.dynatable.com/) - AGPL
- [is_cli](http://stackoverflow.com/a/25967493/195722)
Made with <3 by Nathan Adams

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05199s using 14 queries.