Skip to content

Archi-Lab/archilab-nexus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ArchiLab Nexus

This is a basic configuration that helps running the ArchiLab Nexus instance with minimal effort.

Deployment

Deploy the Docker stack:

./run.sh

Backup

In order to backup the application data of Nexus run the "Export databases for backup" task from https://nexus.archi-lab.io/#admin/system/tasks. Then stop the Docker stack and run the backup script:

./stop.sh
./backup.sh

This will create a compressed tar archive containing the backup in the current directory.

Restore

Stop the Docker stack and run the restore script:

./stop.sh
./restore.sh

Backup file must exist in the current directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages