Giter VIP home page Giter VIP logo

cutechan Build Status

K-pop oriented imageboard started as meguca fork.

Prepare

docker build -f Dockerfile-dev -t amd64/cutechan-dev .
docker run -it --rm --name cutechan-dev -p 127.0.0.1:8001:8001 \
  -v ./pgdata:/var/lib/postgresql -v $PWD:/cutechan amd64/cutechan-dev

DB

# Recreate cluster on first run
pg_dropcluster --stop 15 main
pg_createcluster --start 15 main

# Run DB server after container start
/etc/init.d/postgresql start

Build

  • make to build everything (make client and make server to build separately)
  • make client-watch to rebuild client on changes

Setup

  • make server-config to init config
  • make server-db to init database
  • make serve and open http://localhost:8001 in a browser
  • Login into the admin account with the password password
  • Change the default password
  • Create a board from the administration panel
  • Configure server from the administration panel

License

AGPLv3+.

cutechan's Projects

blackfriday icon blackfriday

:fork_and_knife: Blackfriday: a markdown processor for Go

thumbnailer icon thumbnailer

:fork_and_knife: High performance Go image/video/audio/PDF/etc. thumbnailer

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.