mirror of
https://github.com/cytopia/devilbox.git
synced 2025-04-10 04:20:00 +00:00
Update Photon CMS documentation
This commit is contained in:
parent
1309037643
commit
dd92609cf8
@ -65,16 +65,18 @@ It will be ready in six simple steps:
|
||||
3. Install Photon
|
||||
------------------
|
||||
|
||||
During the installation it will ask for a MySQL username and password.
|
||||
Provide a pair of credentials that has permissions to create a database or create the database
|
||||
During the installation you will be asked for the MySQL hostname, username and password. Ensure
|
||||
not to specify ``localhost``, but instead use ``127.0.0.1`` for the hostname.
|
||||
Additionally, provide a pair of credentials that has permissions to create a database or create the database
|
||||
itself beforehand.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
devilbox@php-7.0.20 in /shared/httpd $ cd my-photon
|
||||
devilbox@php-7.0.20 in /shared/httpd/my-photon $ photon new blog
|
||||
...What is your mysql username? root
|
||||
...What is your mysql password?
|
||||
...What is your mysql hostname? [localhost] 127.0.0.1
|
||||
...What is your mysql username? [root]root
|
||||
...What is your mysql password? []
|
||||
|
||||
|
||||
4. Symlink webroot
|
||||
|
Loading…
x
Reference in New Issue
Block a user