Skip to content

shizidushu/Connect_Docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Connect Docker

To use, clone this repo. Set the following environment variables:

export CONNECT_LICENSE=some_valid_license
export CONNECT_BINARY_URL=url_to_deb_file

Then run:

make build start

Connect will be available at: http://localhost:3939. The Connect logs will print in the foreground. To stop Connect, interrupt the container with Ctrl-D.

Emails will be printed to the log.

Current config uses SQLite.

Any changes to Connect (registering users, publishing content, etc) will be persisted between sessions. To wipe all content, run make clean.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 54.5%
  • Makefile 45.5%