Coder Social home page Coder Social logo

kirschn / halcyon-for-mastodon Goto Github PK

View Code? Open in Web Editor NEW

This project forked from lindwurm/halcyon-for-mastodon

0.0 2.0 0.0 10.06 MB

A Mastodon web client

License: GNU Affero General Public License v3.0

PHP 22.61% ApacheConf 0.35% CSS 22.94% JavaScript 52.94% HTML 1.16%

halcyon-for-mastodon's Introduction

Halcyon for Mastodon

A Mastodon web client

Demo

https://halcyon.social/

Features

  • Twitter like UI, familiar interface.
  • Able to use on all instances.
  • No tracking, No ads.

Requirement

  • Apache
  • PHP
  • MySQL

Setup(仮)

I didn't prepared setup script so you have to setup manually...

PDO MySQL

After installed PHP, run this.

sudo pecl install pdo_mysql
sudo vi php.ini

change to this

extension=mysqli.so
extension=pdo_mysql.so

MySQL

After installed MySQL, create a user, run this.

CREATE DATABASE DATABASE_NAME DEFAULT CHARACTER SET utf8;
CREATE TABLE DATABASE_NAME.instances(domain varchar(261), client_id varchar(64), client_secret varchar(64));

and make file /config.ini like this

~~~ line 3 ~~~
api_client_name = <APP NAME>
api_client_website = <APP WEBSITE LINK>
~~~ line 8 ~~~
db_host = <DATABASE HOST DOMAIN>
db_user = <DATABASE USERNAME>
db_pass = <DATABASE PASSWORD>
db_name = <DATABASE NAME>

Credits

halcyon-for-mastodon's People

Contributors

kirschn avatar 39e avatar lindwurm avatar

Watchers

James Cloos avatar  avatar

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.