fix bug with propertie *

This commit is contained in:
2024-12-10 15:35:04 +01:00
parent b787ebd945
commit cbbd7760bb
5 changed files with 20 additions and 13 deletions

View File

@@ -93,7 +93,14 @@ Until the web interface allow it here are usefull process to:
```
cd .. && . setup.sh tribename newtribe
```
This will create a new tribe that you can manage in http://admin.tribename.dev.ants (a standard .giitignore is generate ready if you want to version your code in apxtri)
This will create a new tribe that you can manage in http://admin.tribename.dev.ants (a standard .gitignore is generate ready if you want to version your code in apxtri)
* create an empty tribe call tribename with a code from a git repo
```
cd .. && . setup.sh okwo newtribe https://gitea.ndda.fr/ndda/okwo.git
```
This will create a new tribe okwo without data http://admin.tribename.dev.ants (a standard .gitignore is generate ready if you want to version your code in apxtri)
* To add a new tribe from an existing tribe host in app1.smatchit.io, we want set a dev env from git repo named smatchit with data that come from admin.smatchit.io the last night. To get data you must have the access_code to access backup (request to admin of smatchit to replace 1234).
```