mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-07-08 18:06:30 +00:00
[PR #530] [MERGED] Added Vagrantfile #1355
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?
📋 Pull Request Information
Original PR: https://github.com/CCExtractor/ccextractor/pull/530
Author: @Izaron
Created: 12/13/2016
Status: ✅ Merged
Merged: 12/14/2016
Merged by: @cfsmp3
Base:
master← Head:vagrant📝 Commits (1)
161b98eAdded Vagrantfile📊 Changes
2 files changed (+20 additions, -1 deletions)
View changed files
📝
.gitignore(+4 -1)➕
Vagrantfile(+16 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.