GithubHelp home page GithubHelp logo

Sixteen Colors

This repository hosts the code powering the Sixteen Colors ANSI/ASCII Art Archive.

Installation

Clone the repository

git clone https://github.com/sixteencolors/sixteencolors.git

Install required libraries and dependencies

Sixteen Colors requires the following dependencies to be installed :

Module::Install
libgd 2.0.28 or higher
Expat XML Parser
GMP (The GNU Multiple Precision Arithmetic Library)
Libxml2
zlib
MySQL
unzip

Installing the required packages on Debian / Ubuntu :

apt-get install build-essential libmodule-package-perl libgd-gd2-perl libexpat1-dev libgmp-dev libxml2-dev zlib1g-dev mysql-server unzip

Installing Perl modules

Run the following command to install all required CPAN modules automatically.

perl Makefile.PL ; make

Deploying databases

  1. Edit sixteencolors.conf and lib/SixteenColors/Schema.pm to specify MySQL username and password.

  2. Create the following databases : sixteencolors and sixteencolors_audit.

    create database sixteencolors; create database sixteencolors_audit;

  3. Deploy database schemas :

    etc/deploy_schema.pl etc/deploy_audit_db.pl

Starting the server

The development server can be started by invoking the following script :

script/sixteencolors_server.pl

Indexing Artpacks

In order to add packs to the archive, use the index_packs.pl script.

Example :

etc/index_packs.pl 2000 /path/to/artpacks/2000/*.*

Alternatively :

etc/index_packs.pl /path/to/artpacks/

Bug reports

If you find any bug, please report them using GitHub issue tracker, thank you.

License

This is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

Contact

Sixteen Colors ANSI/ASCII Art Archive : http://sixteencolors.net/

Artpacks archive repository : https://github.com/sixteencolors/sixteencolors-archive

Twitter : @sixteencolors

Sixteen Colors's Projects

Sixteen Colors doesnโ€™t have any public repositories yet.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.