Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 490 Bytes

File metadata and controls

25 lines (16 loc) · 490 Bytes

React start kit

configure nginx config

  • Rename my-own-site.cot file.
  • Rename my-own-site name in config and in globals.js.
  • Rename php-admin folder
  • Rename secret-folder and public if you need.

configure public folder

  • mkdir /var/www/my-own-site.cot/
  • mkdir /var/www/my-own-site.cot/public
  • mkdir /var/www/my-own-site.cot/uploads
  • chmod 777 -R /var/www/my-own-site.cot/

install modules

run in console this command:

  1. npm i

now run application

  1. npm start