Skip to content

Latest commit

 

History

History
58 lines (39 loc) · 1.26 KB

README-EN.md

File metadata and controls

58 lines (39 loc) · 1.26 KB

ajou-print-on-air

English translation is progressing.

Intro

Ajou Print-on-Air allows you print in ajou-u public printer with Mac.

How to install

Step 1. Install Driver

Canon Mac UFR II Driver

Step 2. Install dependencies and env file

Method 1. Easy Install

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/khskeb0513/ajou-print-on-air/master/install.sh)"

Method 2. Manual Install

You must install node.js and ghostscript.
Homebrew, pm2, git is optional.
Setting env file is essential.

# install git
git

# install homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

# install node and ghostscript
# If you don't have homebrew, you have to install dependencies manually.
brew install node ghostscript

# install pm2
# pm2 is for run in background.
npm install -g pm2

# clone project
# If you don't have git, you have to download entire project.
git clone https://github.com/khskeb0513/ajou-print-on-air

# make env.yml file
# To set username.
cd ajou-print-on-air
touch env.yml
echo ""
echo -n "Phone number: " && read NICKNAME
echo "nickname: '$NICKNAME'" > env.yml

Step 3. Add printers