Giter Club home page Giter Club logo

docker-build_searchcode-server's Introduction

docker-build_searchcode-server

Automated-build searchcode server community edition image for hub.docker.com
repo on github

Thanks author Benjamin Boyter to provide the version ping URL.

searchcode server powerful code search in your cloud
Own your data, searchcode server is not a SAAS or cloud product, download and install it on your own server.
This image is community edition, if you want get commercial support, go to https://searchcode.com.

User Guide

try once

docker run -p 8080:8080 -d docker.io/arkii/searchcode-server-community

run searchcode-server in production environment

mkdir -p /srv/searchcode/index
mkdir -p /srv/searchcode/repo
# copy default configuration file and database to your host fs, so that your configuration could kept after you destroy the container.
# if you want run searchcode-server in production environment, run 2 commands below is recommended.

docker run --rm arkii/searchcode-server-community cp /srv/searchcode.properties /srv/searchcode/searchcode.properties
docker run --rm arkii/searchcode-server-community cp /srv/searchcode.sqlite /srv/searchcode/searchcode.sqlite

git clone https://github.com/arkii/docker-build_searchcode-server.git
cd docker-build_searchcode-server
docker-compose up -d

then visit http://yourdockerserverip:8080/

To administer your searchcode server instance you need to click on the Admin link in the top right. Enter the default password Adm1n234

docker-build_searchcode-server's People

Contributors

arkii avatar yogeek avatar

Watchers

James Cloos avatar Sigurður Smárason 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.