Add travis CI and coveralls badges
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Development of this project has now moved to (https://github.com/mayan-edms/mayan-edms/), please update your git remotes accordingly and post future issues on this new location, thanks!
|
||||
[](https://travis-ci.org/mayan-edms/mayan-edms)
|
||||
|
||||
[](https://coveralls.io/r/mayan-edms/mayan-edms)
|
||||
|
||||

|
||||
|
||||
@@ -31,7 +33,7 @@ installation when executing the fabfile.
|
||||
- Debian or Ubuntu:
|
||||
|
||||
cd /tmp && sudo apt-get install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=<Your MySQL root password>" > ~/.fabricrc && fab -H localhost install
|
||||
|
||||
|
||||
- Fedora:
|
||||
|
||||
cd /tmp && sudo yum install -y fabric wget tar gzip && wget https://github.com/rosarior/mayan/raw/master/contrib/fabfile.tar.gz -O - | tar -xvzf - && echo "database_manager_admin_password=<Your MySQL root password>" > ~/.fabricrc && fab -H localhost install
|
||||
|
||||
Reference in New Issue
Block a user