Create a README for Chapril's build.
This commit is contained in:
parent
82a8c3f9fc
commit
543807aa50
17
README.chapril.md
Normal file
17
README.chapril.md
Normal file
@ -0,0 +1,17 @@
|
||||
# Construire une version Chapril de ConverseJS
|
||||
|
||||
```
|
||||
cd .../conversejs
|
||||
# La première fois, installer nvm (attention, ça va modifier le .bashrc, entre autres choses)
|
||||
make nvm
|
||||
|
||||
export V=7.0.4
|
||||
git checkout -b v${V}-chapril v${V}
|
||||
git cherry-pick ... [les bons commits de customisation Chapril] ...
|
||||
# [... Résoudre les conflits]
|
||||
nvm install
|
||||
make dist
|
||||
# [... Tester les livrables présents dans dist/, et si tout est ok :]
|
||||
make release VERSION=${V}-chapril
|
||||
rsync -av dist/ chapril-xmpp:/var/www/xmpp.chapril.org/public_html/dist-custom-chapril-${V}/
|
||||
```
|
Loading…
Reference in New Issue
Block a user