ソースを参照

Update DeployManual.md

Updates:
- Added example command to add rights
- Changed the default user info structure to be more intuitive.
---------------------------------------------------------------------
Possible Corrections:
- Explanation why it needs chmod -R 777 instead of 775 or 760 (line 18-22)
Wesly Nouse 6 年 前
コミット
ca7966627d
1 ファイル変更4 行追加2 行削除
  1. 4 2
      documentation/en/DeployManual.md

+ 4 - 2
documentation/en/DeployManual.md

@@ -16,8 +16,9 @@
   Or manually download the code from https://github.com/star7th/showdoc/releases
  
  - Make these writable
+ Example: `sudo chmod -R 777 server/showdoc/install
   
-       `/install`, `/Application/Runtime ` ,`/Public/Uploads`,`/Sqlite`,`/Sqlite/showdoc.db.php`
+  `/install`, `/Application/Runtime ` ,`/Public/Uploads`,`/Sqlite`,`/Sqlite/showdoc.db.php`
    
  - Windows sever
     
@@ -27,7 +28,8 @@
  
      `http://your-domain.com/install/`
    
- -  Default user : showdoc(password:123456)
+ -  Default Admin Username : showdoc
+                  Password : 123456
    
 - #### Upgrade