Archived
1
0
Fork 0
No description
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Find a file
2018-08-14 23:18:22 +02:00
app app/library/Auth.php: adding systemLogin() 2018-08-14 23:18:22 +02:00
cache remove cache/sess/.placeholder 2018-08-08 20:12:58 +02:00
public public/index.php: skip debug code here. also call Httpcb\Bootstrap::prepare() 2018-06-18 20:11:38 +02:00
.gitattributes initial commit 2017-09-01 17:10:27 +02:00
.gitignore config: drop the "conf" prefix for config files. 2018-06-18 22:12:55 +02:00
build.sh builds.sh: run "build" and "dbmigrate" from npm. 2018-06-25 16:31:48 +02:00
composer.json composer: update phinx 2018-08-14 21:17:19 +02:00
composer.lock composer: update phinx 2018-08-14 21:17:19 +02:00
gulpfile.js build-tools: switch grunt for gulp. 2018-06-25 14:52:45 +02:00
package-lock.json build-tools: switch grunt for gulp. 2018-06-25 14:52:45 +02:00
package.json package.json: last commit did not do the trick skipping '-e main' as it is the default anyway. 2018-08-10 16:39:44 +02:00
phinx.php phinx.php: configfile is just "local.yml" now. 2018-06-25 16:30:44 +02:00
README.md Adding README 2018-08-10 01:44:15 +02:00

HTTP Callback

This repository contains the code that powers callback.shufflingpixels.com. An tool that provides logging of HTTP Request.

Install

This project depends on composer and npm.

After those are installed run:

$ composer install
$ npm install
$ sh build.sh

Author

Henrik Hautakoski - henrik.hautakoski@gmail.com