Get support for michaelcullum/yukari

If you're new to LTH, please see our FAQ for more information on what it is we do.

Support Options

Unfortunately, there are currently no active helpers for this repository on the platform. Until they become available, we reccomend the following actions:

View Open Issues

Take a look to see if anyone else has experienced the same issue as you and if they managed to solve it.

Open an Issue

Make sure to read any relevant guidelines for opening issues on this repo before posting a new issue.

Sponsor directly

Check out the page and see if there are any options to sponsor this project or it's developers directly.

michaelcullum/yukari

Yukari

Yukari is a PHP-based daemon built for use as a multi-network IRC bot using PHP 5.3 Object Oriented Programming.

copyright

(c) 2009 - 2011 Damian Bushong

license

MIT License - please see the provided file located in /LICENSE for the full license text

requirements

  • PHP 5.3.0 or newer
  • PHAR read access

dependencies

instructions

installation

Via git:

$ git clone https://github.com/yukari/yukari.git
$ cd ./yukari
$ git submodule update --init --recursive

Via gzip tarball package of source:

$ tar xzf yukari-master.tar.gz
$ cd ./yukari

Via zip package of build (replacing {buildnumber} with the actual build number):

$ mkdir ./yukari
$ unzip yukari-build_{buildnumber}.zip -d ./yukari/
$ cd ./yukari

Optionally, you may verify the phar(s) if you have the phar-util package installed via pear.

compiling an updated phar

Install the phar-util package https://github.com/koto/phar-util via pear, if you have not done so already

$ sudo pear channel-discover pear.kotowicz.net
$ sudo pear install kotowicz/PharUtil-beta

Make changes to the files in the src/ directory, then build the phar (without signing it)

$ make core

Packaging a build

Make your changes to the files in the src/Codebite/Yukari/ directory, then make changes to addons in the addons/ directory. When ready, use the provided packaging script to compile the next build.

$ make package

Please note that the makefile will, by default, attempt to sign any phars it builds. You will need to modify the makefile itself to prevent this if you don't want the phars signed.

building addons

Make changes to individual addons in the addons/ directory (one directory per addon), then build the addon phar

$ make addon:myaddon

Note that this requires having already created OpenSSL certificates using phar-generate-cert (part of the phar-util pear package) and placing them in the directory build/cert/.

running the script

Windows

@todo writeme

Linux

Navigate to the root directory of Yukari, then use this command:

$ ./bin/yukari

Yukari will immediately start up afterwards.

Protip: You can specify an alternative JSON configuration file to use within the data/config/ directory by using the commandline parameter "--config=confignamehere"

Our Mission

We want to make open source more sustainable. The entire platform was born from this and everything we do is in aid of this.

Interesting Articles

Thank you for checking out LiveTechHelper |
2025 © lth-dev incorporated

p-e622a1a2