Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

rickihastings/acorairc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acora IRC Services

Installing Acora

The very first thing you’ll need to do is take the latest tarbell from the repo (this is recommended until a future version is deemed stable enough to be put into a stable branch, download the tarbell from dev until further notice.) you can grab the latest development tarbell by going to this link.

Unpack the tarbell into your desired directory, to do this type
tar xvf ircnode*

The next thing you’ll want to be doing are chmodding some files and folders, most of these NEED to be chmodded to run. In this example i’ve chmodded them to 0777, but be careful when using this, you should only use 0777 in a completely trusted server environment, 0755 should work otherwise.

chmod 0777 log
chmod 0777 extra/start.php
chmod 0777 services.php
chmod 0777 acora

Now go into the conf directory and open up services.conf with your favourite text editor and start configuring it. There is instructions throughout the config file telling you everything you’ll need to know, be very careful when doing this making sure there are no mistakes.

Finally you will need to set up your database, make sure your database is already setup and dump the following file into sql “extra/mysql_install.sql” this should create the tables needed to run acora.

Help

If you need any help you should visit #acora. Also see our wiki which has a bit of information on upgrading etc, the wiki will be updated more very soon.

About

Acora IRC Services. See #acora @ irc.ircnode.org

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages