Giter Club home page Giter Club logo

docker-kallithea's Introduction

docker-kallithea

Kallithea in Docker

Runs the stable branch of Kallithea SCM

It is based on the work I have done for running Rhodecode on Docker.

It can help you install and try Kallithea really fast

#How to use

docker run -d -p 5000:5000 codingtony/kallithea

Volumes

important directories description
/opt/kallithea contains initial config (database and production.ini), you probably want to change this or mount a volume with your database and configuration
/var/repo default directory for repo as specified in the initial config

Other info

By default this image of Kallithea will listen on port 5000

Default admin user : admin

Default password : secret

You can change it at your first login.

How to create a data container for kallithea

docker run --name "kallitheadata" -v /opt/kallithea -v /var/repo tianon/true

If you need to upgrade or setup, you probably want to log to the image and update the configuration you will simply to this :

docker run -ti --rm  --volumes-from kallitheadata  -v /etc/localtime:/etc/localtime:ro -v /etc/sysconfig/clock:/etc/sysconfig/clock:ro codingtony/kallithea bash

# You can follow the setup instructions here : http://docs.kallithea-scm.org/en/latest/setup.html#setup
# use production.ini instead of my.ini

How to create a Kallithea container using the data container

docker run -d -p 5000:5000 --name "kallithea" --volumes-from kallitheadata  -v /etc/localtime:/etc/localtime:ro -v /etc/sysconfig/clock:/etc/sysconfig/clock:ro codingtony/kallithea

Start the container

docker start kallithea

Stop the container

docker stop kallithea

docker-kallithea's People

Contributors

codingtony avatar

Watchers

James Cloos 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.