...
This commit is contained in:
4
heroscript/tfgrid4simulation_farming/SUMMARY.md
Normal file
4
heroscript/tfgrid4simulation_farming/SUMMARY.md
Normal file
@@ -0,0 +1,4 @@
|
||||
- [Introduction](tfgridsimulation_farming/intro.md)
|
||||
- [Specifications](tfgridsimulation_farming/specification.md)
|
||||
- [Node 1U](tfgridsimulation_farming/node_1u.md)
|
||||
- [regionalinternet.md](tfgridsimulation_farming/regionalinternet.md)
|
13
heroscript/tfgrid4simulation_farming/develop.sh
Executable file
13
heroscript/tfgrid4simulation_farming/develop.sh
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
set -ex
|
||||
export NAME="tfgrid4simulation_farming"
|
||||
|
||||
#~/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_farming/run.md
Normal file
13
heroscript/tfgrid4simulation_farming/run.md
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
|
||||
```js
|
||||
|
||||
!!book.generate name:'tfgridsimulation_farming' title:'TFGrid Simulator 4.0 - Farming'
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/heroscript/tfgrid4simulation_farming'
|
||||
|
||||
|
||||
!!doctree.add
|
||||
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/development/collections/tfgridsimulation_farming'
|
||||
|
||||
|
||||
```
|
6
heroscript/tfgrid4simulation_farming/sync_production.sh
Executable file
6
heroscript/tfgrid4simulation_farming/sync_production.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
export NAME="tfgrid4simulation_farming"
|
||||
|
||||
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