Skip to content

alussana/self.dna

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

self.dna

Browse your source code 🧬

Setup

Quickly deploy self.dna on your own host.

1. Build the Docker image

docker build -t self.dna .

2. Choose the local storage directories and port

UPLOADS_DIR="$(pwd)/uploads"
DB_DIR="$(pwd)/databases"
SELF_DNA_PORT="8050"

3. Run the container

docker run -p ${SELF_DNA_PORT}:8050 -v ${UPLOADS_DIR}:/app/uploads -v ${DB_DIR}:/app/databases self.dna

4. Connect

Your self.dna instance is reachable at http://localhost:8050 (or the port set by ${SELF_DNA_PORT}).

Licence

This work is distributed under the Apache-2.0 license.

Copyright 2024 Alessandro Lussana

About

Browse your source code 🧬

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published