From dc427e52d61195cb77ae1d679ff2e90b659fd4b3 Mon Sep 17 00:00:00 2001 From: Antonio de la Rosa Date: Sat, 18 Feb 2017 03:34:06 +0100 Subject: [PATCH] Little fixes in README.md --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 7aa94df..0fba751 100644 --- a/README.md +++ b/README.md @@ -12,11 +12,11 @@ Also, you need the next software installed in your os: ### Python 3.4 or later. -Pastafari should work fine in 3.3 but is tested in 3.4 and 3.5 python 3 versions. +Paramecio should work fine in 3.3 but is tested in 3.4 and 3.5 python 3 versions. In Debian and Ubuntu you can install Python 3 using the next command: `apt-get install python3`. -In Fedora and other Red Hat derived distros you can use `yum install python3`. In RedHat/Centos 6 or 7 you need install [Ius Repos](https://ius.io/GettingStarted/) for get sane versions of python3. +In Fedora and other Red Hat derived distros you can use `yum install python3`. In RedHat/Centos 6 or 7 you need install [Ius Repos](https://ius.io/GettingStarted/) for get sane versions of python3. In new Fedora versions you can use dnf, a drop-in replacement for yum: `dnf install python3`. ### MySQL or MariaDB database servers. @@ -25,7 +25,7 @@ MariaDB 10.0 and later are recommended. In Debian and Ubuntu you can install MariaDB using the next command: `apt-get install mariadb-server`. In Fedora and other Red Hat derived distros you can use `yum install mariadb-server`. -In RedHat/Centos 6 probably you need install adittional repositories for get latest versions of mariadb, but with MySQL 5.5, Pastafari should work fine. +In RedHat/Centos 6 probably you need install adittional repositories for get latest versions of mariadb, but with MySQL 5.5, Paramecio should work fine. When you will install the mysql server, you should create a new user and database for Paramecio. @@ -55,12 +55,11 @@ This command will install in your server paramecio framework with its dependenci When Paramecio finish the installing, you can create your first paramecio site with `paramecio` command. -> If you install passlib and bcrypt python modules, your paramecio install will use bcrypt algorithm for crypt system passwords. If not, default system implementation crypt algorithm (normally the more strong algorithm available) will be used. +> If you install passlib and bcrypt python modules, your paramecio install will use bcrypt algorithm for crypt system passwords. If not, default system implementation crypt algorithm (normally the more strong algorithm available in the system) will be used. ### Tipical errors -If you get an error in your installation of dependencies how MarkupSafe or SqlAlchemy, please install gcc or install manually mako and sqlalchemy with your package manager. For example, for debian and ubuntu: +If you get an error in your installation of dependencies how MarkupSafe or SqlAlchemy, please install gcc or install manually mako and sqlalchemy with your system package manager. For example, for debian and ubuntu: `apt-get install python3-mako python3-sqlalchemy` and try pip3 command again. -