Skip to content

AuroraOrgs/AuroraBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AuroraBackend

Internet content aggregator

Table of content:

1. Usage pitch
2. How to run
3. Deployment

1.Usage pitch

1) Open website
2) Start Searching
3) Receive results without needing to check out every single website on the Internet

2. How to run

To run complete setup locally:

docker-compose -f docker-all-local.yml up

To run all of the infrastructure without the application itself (used to debug the app):

docker-compose -f docker-local.yml up

To run release version using docker hub version of the application (used for deployment):

docker-compose -f docker-all.yml up

3. Deployment

To deploy the docker container of the application do the following:

1) Bump version in "version" file (located in the src folder)
2) Navigate to scripts/Docker folder and run:
release.cmd
The script would create tag for specified version and push updated version of the application to the dockerhub

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages