Skip to content

codexgigassys/remnux-codex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

CodexGigas

This repository contains the minimal files to run CodexGigas in Remnux

Installation

First install docker and docker-compose (pip install -U docker-compose), then:

git clone https://github.com/codexgigassys/remnux-codex
cd remnux-codex/codex-backend/
sudo docker-compose up

Then browse to http://127.0.0.1:6100. A folder called mongo-data will be created with the database. To add new files, copy them to files_to_load folder and use the Load of the menu. You can delete the files in the folder after they have been loaded. For the complete documentation, go to the repo.

Update

You can update all your CodexGigas Docker images with

sudo docker images |cut -d' ' -f1 | grep -v REPOSITORY | grep codexgigassys | xargs -I %s sudo docker pull %s

And also update the compose file with:

git pull

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages