Skip to content

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

Notifications You must be signed in to change notification settings

arkii/docker-build_searchcode-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published