Skip to content

Re importing toy project and models

Henry Liu edited this page Jul 27, 2017 · 1 revision

In case you get an email from the system saying toy project import is failed for any reason, you can re import the toy project and models using the following script in 3drepo.io folder.

NODE_ENV=<env> node scripts/importToy.js <username> <account>

In almost all case username should === account unless you want to import a toy model in an account but owned by another user.

The script will warn it will delete project named Sample_Project and all the models inside when you run the script and you have to explicitly type 'YES' (not y/yes/Yes) to continue.

Clone this wiki locally