mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
chg: [doc] Marked unmaintained efforts as such.
This commit is contained in:
parent
b5d50b2a81
commit
42855571a4
3 changed files with 15 additions and 0 deletions
|
@ -1,3 +1,11 @@
|
||||||
|
:warning:
|
||||||
|
Not maintained at the moment.
|
||||||
|
If you are interested to get this running, please:
|
||||||
|
|
||||||
|
Fork -> Branch -> PR
|
||||||
|
|
||||||
|
In case of questions please Join our (GITTER](https://gitter.im/SteveClement/AIL-framework) chat.
|
||||||
|
|
||||||
# AIL-framework-ansible
|
# AIL-framework-ansible
|
||||||
This Ansible role can be used to deploy the AIL-Framework on a host.
|
This Ansible role can be used to deploy the AIL-Framework on a host.
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
echo "Currently unmaintained, continue at your own risk of not having a working AIL at the end :("
|
||||||
|
exit 1
|
||||||
|
|
||||||
source ./AILENV/bin/activate
|
source ./AILENV/bin/activate
|
||||||
cd bin
|
cd bin
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
|
||||||
|
echo "Currently unmaintained, continue at your own risk of not having a working AIL at the end :( Will be merged into main install deps later on."
|
||||||
|
exit 1
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue