...
This commit is contained in:
8
heroscript/tfgrid4simulation/SUMMARY.md
Normal file
8
heroscript/tfgrid4simulation/SUMMARY.md
Normal file
@@ -0,0 +1,8 @@
|
||||
- [Introduction](tfgridsimulation/intro.md)
|
||||
- [Specifications](tfgridsimulation/specs_simulator.md)
|
||||
- [Nodes](tfgridsimulation/specs_nodes.md)
|
||||
- [Rewards](tfgridsimulation/specs_rewards.md)
|
||||
- [Node Stats](tfgridsimulation/node_stats.md)
|
||||
- [Silver Nodes](tfgridsimulation/silver_stats.md)
|
||||
- [Platinum Nodes](tfgridsimulation/platinum_stats.md)
|
||||
- [AI Nodes](tfgridsimulation/platinum_stats.md)
|
13
heroscript/tfgrid4simulation/develop.sh
Executable file
13
heroscript/tfgrid4simulation/develop.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
export NAME="tfgrid4simulation"
|
||||
|
||||
~/code/github/freeflowuniverse/crystallib/cli/hero/compile_debug.sh
|
||||
|
||||
|
||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/${NAME} -o
|
||||
|
||||
|
||||
#result will be in /root/hero/var/mdbuild/tfgrid4simulation
|
||||
#~/hero/www/info/tfgrid4simulation/
|
||||
#https://threefold.info/tfgrid4simulation/
|
13
heroscript/tfgrid4simulation/run.md
Normal file
13
heroscript/tfgrid4simulation/run.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
```js
|
||||
|
||||
!!book.generate name:'tfgrid4simulator' title:'TFGrid Simulator 4.0'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation'
|
||||
|
||||
|
||||
!!doctree.add
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/collections/tfgridsimulation'
|
||||
|
||||
|
||||
```
|
6
heroscript/tfgrid4simulation/sync_production.sh
Executable file
6
heroscript/tfgrid4simulation/sync_production.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export NAME="tfgrid4simulation"
|
||||
|
||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/${NAME}
|
||||
rsync -rv ~/hero/www/info/${NAME}/ root@info.ourworld.tf:/root/hero/www/info/${NAME}/
|
Reference in New Issue
Block a user