modern #2
1 changed files with 6 additions and 11 deletions
17
README.md
17
README.md
|
|
@ -12,22 +12,19 @@ Also, you need the next software installed in your os:
|
|||
|
||||
### Python 3.4 or later.
|
||||
|
||||
Paramecio should work fine in 3.3 but is tested in 3.4 and 3.5 python 3 versions.
|
||||
Paramecio should work fine since python 3.6 but is tested in 3.12 and 3.13 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 new Fedora versions you can use dnf, a drop-in replacement for yum: `dnf install python3`.
|
||||
In Fedora and other Red Hat derived distros you can use `dnf install python3`.
|
||||
|
||||
### MySQL or MariaDB database servers.
|
||||
|
||||
MariaDB 10.0 and later are recommended.
|
||||
MariaDB 10.6 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, Paramecio should work fine.
|
||||
|
||||
When you will install the mysql server, you should create a new user and database for Paramecio.
|
||||
In Fedora and other Red Hat derived distros you can use `dnf install mariadb-server`.
|
||||
|
||||
### Pip
|
||||
|
||||
|
|
@ -35,7 +32,7 @@ Pip is the package manager of python. You can use the package manager of your os
|
|||
|
||||
In Debian and Ubuntu you can install pip using the next command: `apt-get install python3-pip`.
|
||||
|
||||
In Fedora and other Red Hat derived distros you can use `yum install python3-pip`. Of course, the command can change if you use Centos 6/7 with **Ius repos**.
|
||||
In Fedora and other Red Hat derived distros you can use `dnf install python3-pip`.
|
||||
|
||||
### Git
|
||||
|
||||
|
|
@ -43,7 +40,7 @@ In Fedora and other Red Hat derived distros you can use `yum install python3-pip
|
|||
|
||||
In Debian and Ubuntu you can install git using the next command: `apt-get install git`.
|
||||
|
||||
In Fedora and other Red Hat derived distros you can use `yum install git` or `dnf install git` in last fedora versions.
|
||||
In Fedora and other Red Hat derived distros you can use `dnf install git`.
|
||||
|
||||
## Install Paramecio Framework
|
||||
|
||||
|
|
@ -59,8 +56,6 @@ 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 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 system package manager. For example, for debian and ubuntu:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue