Fixes in readme
This commit is contained in:
parent
d4a6a91940
commit
41ad3590e6
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
|
@ -6,13 +6,13 @@ This guide give you step by step for install paramecio sucessfully.
|
|||
|
||||
## Requirements
|
||||
|
||||
For install Paramecio you need a server preferably with GNU/Linux installed. Paramecio is tested normally in Debian derivated how Ubuntu, and Red hat derivated distros how Centos or Fedora but should work fine in FreeBSD, MacOSX and other *nix like operating systems.
|
||||
For install Paramecio you need a server preferably with GNU/Linux installed. Paramecio is developed in Manjaro but is tested normally in Debian and debian derivateds how Ubuntu, and Red hat derivated distros how Centos or Fedora but should work fine in FreeBSD, MacOSX and other \*nix like operating systems. Paramecio not support windows.
|
||||
|
||||
Also, you need the next software installed in your os:
|
||||
|
||||
### Python 3.8 or later.
|
||||
### Python 3.10 or later.
|
||||
|
||||
Paramecio should work fine in 3.5 but is tested in 3.10 and 3.11 python 3 versions actually.
|
||||
Paramecio should work fine in 3.5-3.9 but is tested in 3.10 and 3.11 python 3 versions actually.
|
||||
|
||||
In Debian and Ubuntu you can install Python 3 using the next command: `apt-get install python3`.
|
||||
|
||||
|
|
@ -31,7 +31,7 @@ When you will install the mysql server, you should create a new user and databas
|
|||
|
||||
### Pip
|
||||
|
||||
Pip is the package manager of python. You can use the package manager of your os for get python dependencies packages but in my experience is better install the packages directly with pip.
|
||||
Pip is the package manager of python. You can use the package manager of your os for get python dependencies packages but in my experience is better install the packages directly with pip [creating a virtualenv](https://docs.python.org/3/library/venv.html).
|
||||
|
||||
In Debian and Ubuntu you can install pip using the next command: `apt-get install python3-pip`.
|
||||
|
||||
|
|
@ -43,7 +43,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 `yum install git` or `dnf install git` in last fedora and red hat/centos/derivated versions.
|
||||
|
||||
## Install Paramecio Framework
|
||||
|
||||
|
|
@ -57,7 +57,7 @@ or if you want development version:
|
|||
|
||||
This command will install in your server paramecio framework with its dependencies.
|
||||
|
||||
When Paramecio finish the installing, you can create your first paramecio site with `paramecio` command.
|
||||
When Paramecio finish the installing, you can create your first paramecio site with `paramecio2` 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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue