-
Notifications
You must be signed in to change notification settings - Fork 82
Uploading a custom Catrobat project in the VM
Daniel Metzner edited this page Apr 26, 2020
·
4 revisions
- Download any Catrobat project either from local SHARE or share.catrob.at
- The downloaded file is a zip archive and has the .catrobat extension
- Copy the .catrobat file into any folder. (E.g ~/share_projects)
- Invoke the import command:
bin/console catrobat:import ~/share_projects catroweb
- The imported project should be now imported/uploaded, and owned by the used called catroweb.
Using docker you need to move the projects first into the container:
docker cp ~/share_projects app.catroweb:/var/www/catroweb/import_dir
docker exec -it app.catroweb bin/console catrobat:import import_dir catroweb
Check out /share.catrob.at/pocketcode/
- Docker - Linux/Mac/Windows
- Ubuntu - VM/Native
- Installing Elasticsearch
- Server Setup
- Using Webpack (material components)