The VFT Sim app is a web interface for simulating the weld process designed by Emc2 utilizing OSC resources.
-
Git clone this project into the deployment location:
scl enable rh-git29 -- git clone git@github.com:AweSim-OSC/vftwebapp.git vftwebapp -
Update permissions of this app so that only registered users can access it:
chmod 750 vftwebapp nfs4_setfacl -a A:g:emc2vft@osc.edu:rx vftwebapp
-
Install the documentation:
cd vftwebapp scl enable rh-git29 -- git clone git@github.com:AweSim-OSC/vftwebapp.wiki.git wiki
-
Run the update script to build the app:
# Examples: # ./update.sh v1.0.0 # ./update.sh master ./update.sh <tag>
-
To update the app to a later tagged version, just run the update script specifying the version as an argument:
# Examples: # ./update.sh v1.0.0 # ./update.sh master ./update.sh <tag>
-
Git clone this project into development directory and go into it:
scl enable rh-git29 -- git clone git@github.com:AweSim-OSC/vftwebapp.git vftwebapp cd vftwebapp
-
Run setup script
scl enable rh-git29 rh-ruby24 -- bin/setup -
Setup the development database:
scl enable rh-git29 rh-ruby24 -- bin/rake db:setup