Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

ResearchHub/researchhub-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository connects researchhub-backend and researchhub-web into one Docker-Compose to allow easy testing and development of Researchhub.

How To Run Dockerized ResearchHub

1.) Install Docker & Docker Compose.

2.) Clone neccessary repositories:

# Clone and enter this repository
git clone https://github.com/ResearchHub/researchhub-dev.git
cd researchhub-dev

# Clone frontend and backend into researchhub-dev. These are the repos you will be modifying.
git clone -b connerdev https://github.com/ResearchHub/researchhub-backend.git
git clone -b connerdev https://github.com/ResearchHub/researchhub-web.git
cp -R researchhub-backend/src/config/* researchhub-backend/src/config_local/

# Start Docker
docker-compose up -d

3.) Update Your Hosts File

Add the following entries to your hosts file (/etc/hosts)

127.0.0.1	dev.researchhub.com
127.0.0.1       dev-backend.researchhub.com

4.) Start Development!

Access your development ResearchHub in your browser @ https://dev.researchhub.com

The backend will be running @ https://dev-backend.researchhub.com


Tip: Modify environment variables by editing the ".env.dev" file in this repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published