Skip to content

DanielHader/webDNA-Installation

 
 

Repository files navigation

Extract WebDNA.zip
(Download the repository as a .zip)
(Right click on the downloaded .zip file and click extract)
(Rename folder to WebDNA if it is named anything else and move all the files so the directory looks like WebDNA/files, not WebDNA/WebDNA/files)

Install and Setup oxDNA
    Install dependencies
	sudo apt-get install cmake
        cd WebDNA
	source oxBuild.sh
        
OxDNA installation and setup is complete.
    
    
Install and Setup Backend
    Install dependencies
        yes | source Install_1.sh
	
    Log into postgresql and build the database
	source Database.sh

    Install Django and perform migrations
	cd webdna-django-server
	pip3 install -r requirements.txt
	python3 manage.py migrate

    Setup Rabbit
	cd ..
	source Rabbit.sh
        
Backend installation and setup is complete.


Install and Setup Frontend
    Environment setup
	cd webdna-frontend
	source Install_2.sh
	
Reroute the server
	source nginx.sh

Frontend installation and setup is complete.
    

Run the Server
    To access the server
	cd ..
	source Terminals.sh
    (Open a web browser and navigate to localhost:8080)

WebDNA setup is complete

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 36.5%
  • Python 20.1%
  • JavaScript 15.3%
  • Cuda 13.3%
  • Wolfram Language 9.4%
  • C 2.0%
  • Other 3.4%