Update README file

This commit is contained in:
Roberto Rosario
2014-05-20 03:24:47 -04:00
parent f840d66b15
commit df9a9f695b

View File

@@ -30,14 +30,14 @@ you plan to assign to it, during the MySQL installation when executing the fabfi
- 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
https://github.com/mayan-edms/mayan-edms/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
https://github.com/mayan-edms/mayan-edms/raw/master/contrib/fabfile.tar.gz
-O - \| tar -xvzf - && echo “database\_manager\_admin\_password=<Your
MySQL root password>” > ~/.fabricrc && fab -H localhost install