Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonchurch/stl2image
https://github.com/jonchurch/stl2image
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jonchurch/stl2image
- Owner: jonchurch
- Created: 2017-08-13T19:35:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-07T02:46:29.000Z (over 7 years ago)
- Last Synced: 2024-10-06T14:40:52.988Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Setup
Clone the repo, enter the directory, clone the sample .env, requires an S3 bucket with an IAM user that has write permissions to the bucket, and the url of your bucket
```
docker build -t povray .docker run --name stl2image --rm -p 80:80 -d --env-file ./.env povray
```