All codes related to pdf parsing.
Harsh Parikh 2db275f44b Merge branch 'issue_o' of git.fafadiatech.com:harsh/pdf_parser into issue_o | 2 年之前 | |
---|---|---|
complaints | 2 年之前 | |
docker | 2 年之前 | |
expert | 2 年之前 | |
expert_resume | 2 年之前 | |
.gitignore | 2 年之前 | |
LICENSE | 2 年之前 | |
README.md | 2 年之前 |
virtual environment
.
Go to the home directory by typing the following command.
cd ~
Make a new directory Installs
using the following command:
mkdir Installs
Create a virtual environment venv
python3 -mvenv venv
Activate the virtual environment:
source ~/Installs/venv/bin/activate
Installing Java
Check if Java is installed in your system. If the command below throws an error, refer to this documentation
java -version
Launch the terminal.
Enter the following command to go to the base directory:
cd ~
Make a new directory Code
by using the following command:
mkdir Code
Pull the current repository by entering the following command:
git pull gogs@git.fafadiatech.com:harsh/pdf_parser.git
Change the directory to the docker file by the following command.
cd ~/Code/pdf_parser/docker/
Check if "docker" is installed in your machine using the command below.
docker ps
Pull the required images using the following command.
docker pull docker-compose.yml
Build the docker volume using the following command.
docker-compose build
Activate a new screen and activate the containers using the following commands.
screen -S docker
docker-compose up