You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
antos-k edited this page Aug 12, 2019
·
7 revisions
Local database
Required tools:
git
Node.js version 6.x
npm version 3.x or Yarn
For checking type<tool name> --version (for example, nodejs --version) in terminal - version number will be shown if installed: if tool is missed, install it using sudo <tool name> install
Get last changes from repo sudo git clone https://github.com/diglabby/mapa.git <project-name> (we should define branch we use for development) <project-name> - name future folder as you wish
Launch OpenfairDB RUST_LOG=info ROCKET_PORT=6767 DATABASE_URL=openfair.db ./openfairdb
from <project-name>directory. be sure openfair.db and openfairdb files should be in the <project-name>directory.
Change the filewebpack.config.babel.js and thissrc/constants/URLs.js by following appropriate commits are under links.
After use yarn (or npm) to build the project. Use sudo yarn install && sudo yarn start