2018-06-11 11:09:35 +02:00
2018-06-11 11:09:35 +02:00
2018-06-11 11:09:35 +02:00
2018-06-11 11:09:35 +02:00
2018-06-11 11:09:35 +02:00
2018-06-11 11:09:35 +02:00
2018-06-11 11:09:35 +02:00
2018-06-11 11:09:35 +02:00

RICOH WIAAS

ENVIROMENT

  • PHP 7.0
  • MYSQL 5.7.22
  • NODE 8.0

APPLICATION API

  • install wamp or LAMP depending on the envirorment (or any other service that provides php + mysql) Make sure that "rewrite" is allowed and enabled in APACHE server

  • create /public folder and configure apache to serve this folder as root folder

  • install composer

-run php composer install in api-wiaas folder to get required libraries

  • create symlink to for /api-wiaas in /public directory

-for old interface run grunt in api-wiaas to generated stylesheets

APPLICATION CLIENT

JavasScript (React + Redux)

  • npm install in client-wiaas to update required libraries

  • npm run build

  • copy content of build folder to /public directory

  • npm start in client-wiaas to start the applicaiton

Description
old wiaas project
Readme 11 MiB
Languages
PHP 45.9%
JavaScript 32.8%
Hack 8.5%
HTML 8.2%
Less 2.8%
Other 1.7%