Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Classical-SB/wordcraft-linguistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordcraft Linguistics

A Dockerized spaCy application purposed for mining properties and other NLP assisted tasks.

Development

  1. Build the container.

    % docker build -t wl .
    
  2. Run the container.

    % docker run -p 80:80 wl
    

Deployment

The app is deployed on an Amazon EC2 instance. To make changes and deploy the app, follow the steps below.

  1. Get the .pem file from Oliver.

  2. SSH into the instance.

    % ssh -i <PEM_FILE> ec2-user@<EC2_PUBLIC_URL> -oStrictHostKeyChecking=no
    
  3. Make any changes.

  4. Attach to running screen:

    % screen -ls
    % ...
    % ...
    % screen -r <SCREEN_ID>
    
  5. Rebuild the container.

    % docker build -t wl .
    
  6. Run the container.

    % docker run -p 80:80 wl
    
  7. Exit screen without hangup.

    % ctrl + a + d
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published