This is the web interface for the web-base simulation.
Go to file
2022-12-09 18:31:19 -05:00
digios@6c2c895017 finsihed all basic functions 2022-12-09 17:11:04 -05:00
files the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
sample_files finsihed all basic functions 2022-12-09 17:11:04 -05:00
.gitignore the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
.gitmodules the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
Armory the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
Cleopatra the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
get_nuclear_data.py the kinematic is OK, need to add DWBA 2022-12-09 13:15:32 -05:00
index.html reduce the upload file size to be 10k, add instruction.html and simpleSim.html 2022-12-09 18:31:19 -05:00
instruction.html reduce the upload file size to be 10k, add instruction.html and simpleSim.html 2022-12-09 18:31:19 -05:00
README.md add README.md 2022-12-09 14:23:45 -05:00
simpleSim.html reduce the upload file size to be 10k, add instruction.html and simpleSim.html 2022-12-09 18:31:19 -05:00
Simulation_gateway.py reduce the upload file size to be 10k, add instruction.html and simpleSim.html 2022-12-09 18:31:19 -05:00

Introduction

This is a web inteface for the HELIOS/SOLARIS simulation. Its purpose is NOT to replace the Simulation_Helper.C in the origin digios repository. It is simply provide a more easy accessible way to do simulation.

SetUp

I am using apaches2 for web server. In the apaches2, need to enable the cgi-mod and other related setting.

all upload file will be stored in files/* . have to chage this to chmod 777, so the apache can access.

git clone

Since the repository depends on digios.

git clone --recurse-submodules https://fsunuc.physics.fsu.edu/git/rtang/SOLARIS_Web_Simulation.git