1: Download the Software from Magento.com and put it in the root folder.
2: Give the authority as below:
find ./var -type d -exec chmod -R 777 {} \; && find ./pub/media -type d -exec chmod -R 777 {} \; && find ./pub/static -type d -exec chmod -R 777 {} \; && find ./app/etc -type d -exec chmod -R 777 {} \;
3: put the Chinese Simplified Language file(zh_Hans_CN.csv) into the folder: /vendor/magento/language-zh_hans_cn/
4: Step by step install the software as guide.
5: Display the CSS/JS through SSH:
php bin/magento setup:static-content:deploy en_US zh_Hans_CN
php bin/magento cache:flush
find ./var -type d -exec chmod -R 777 {} \; && find ./pub/media -type d -exec chmod -R 777 {} \; && find ./pub/static -type d -exec chmod -R 777 {} \;
6: Done, Demo Site: http://demo.shopcn.com
Welcome to discuss about Chinese Language, You can contact me via QQ Group(1308038) or Skype(john.lou@msn.com).