Skip to content

jasonkneen/TiCons-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TiCons Server

This Express app running at http://ticons.fokkezb.nl wraps the TiCons CLI.

Running it local

  1. Install ImageMagick: brew install imagemagick.

  2. Install Node.js and NPM.

  3. Install dependencies: npm install.

  4. Configure the S3 bucket to use via conf/app.js and the following environment variables (you can use a dotenv):

    AWS_ACCESS_KEY_ID=ABC
    AWS_SECRET_ACCESS_KEY=ABC/DEF
    
  5. Start the server: npm start.

Issues

Please report issues and features requests in the repo's issue tracker.

License

Distributed under MIT License.