mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #530] Added Vagrantfile #1359
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/530
State: closed
Merged: Yes
Added Vagrantfile
Installation
vagrant upUsing
Run
vagrant sshin project folder to connect to the box.If you want to exit, run
logoutBy default, the project folder is synchronized (that is available in your computer, and in a virtual machine). The project folder is located in /vagrant
Lets build the project
Now virtual environment and computer both have built CCExtractor in folder
linux. Even if your computer does not have curl, tesseract, leptonica, gcc.You can uncomment the line in Vagrantfile to synchronize other folders. After changing Vagrantfile you need run
vagrant reload --provisionif you have virtual box launched, orvagrant upif box closed. To shutdonw the box runvagrant halt.I synchronized folder /home/izaron/video as /video in the virtual box and have extracted subtitles.
You can edit the source code of both the box and the computer and build it in the box.