fixed some typos
Signed-off-by: tracer <tracer@24unix.net>
This commit is contained in:
parent
69cca0c2a7
commit
7036633a8b
10
README.md
10
README.md
|
@ -92,7 +92,7 @@ Here I will install it under /usr/local/bin, in the example with the standalone
|
||||||
|
|
||||||
`wget https://getcomposer.org/installer`
|
`wget https://getcomposer.org/installer`
|
||||||
|
|
||||||
`php composer-setup.php --install-dir=/usr/local/bin --filename=composer`
|
`php installer --install-dir=/usr/local/bin --filename=composer`
|
||||||
|
|
||||||
Now we can change into our new user, remind to give him shell access in the panel.
|
Now we can change into our new user, remind to give him shell access in the panel.
|
||||||
|
|
||||||
|
@ -296,10 +296,10 @@ GRANT SELECT, INSERT, UPDATE, DELETE, CREATE, INDEX, DROP, ALTER, CREATE TEMPORA
|
||||||
There is no need to run FLUSH PRIVILEGES when using GRANT!
|
There is no need to run FLUSH PRIVILEGES when using GRANT!
|
||||||
```
|
```
|
||||||
|
|
||||||
So, now it offers us the SQL statements to create a new user and database and set permissions.
|
So, now it offers us the SQL statements to create a new user and database and set permissions. If were on plain debian,
|
||||||
If were on plain debian, we just can copy and paste (the password is random) this as root into mysql.
|
we just can copy and paste (the password is random) this as root into mysql.
|
||||||
|
|
||||||
If we're using hte panel, lets create a database and write down the credentials and update config.json.
|
If we're using the panel, lets create a database and write down the credentials and update config.json.
|
||||||
|
|
||||||
And another call to the console:
|
And another call to the console:
|
||||||
|
|
||||||
|
@ -420,7 +420,7 @@ We create a new key:
|
||||||
```
|
```
|
||||||
$ ./bin/console apikeys:create
|
$ ./bin/console apikeys:create
|
||||||
API key 1 has been generated. Store it in a save place, it cannot be recovered.
|
API key 1 has been generated. Store it in a save place, it cannot be recovered.
|
||||||
6213acb116613.[truncated]]
|
6213acb116613.[truncated]
|
||||||
```
|
```
|
||||||
|
|
||||||
And add it to our list of nameservers:
|
And add it to our list of nameservers:
|
||||||
|
|
Loading…
Reference in New Issue