Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sadok-f/s3-images-manager
A Symfony application bases on FMElfinder Bundle (provides ElFinder integration) to manage images on S3 bucket.
https://github.com/sadok-f/s3-images-manager
aws-s3 elfinder symfony
Last synced: 24 days ago
JSON representation
A Symfony application bases on FMElfinder Bundle (provides ElFinder integration) to manage images on S3 bucket.
- Host: GitHub
- URL: https://github.com/sadok-f/s3-images-manager
- Owner: sadok-f
- Created: 2016-07-11T07:20:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T07:21:46.000Z (11 months ago)
- Last Synced: 2023-12-22T08:27:51.827Z (11 months ago)
- Topics: aws-s3, elfinder, symfony
- Language: PHP
- Homepage:
- Size: 1.93 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
s3-images-manager
=================A Symfony application bases on FMElfinder Bundle (provides ElFinder integration) to manage images on S3 bucket.
# Installation and setup
## Instalation
Clone the project into your server.
```sh
$ git clone https://github.com/sadok-f/s3-images-manager.git
```CD into the folder and to build the image run:
```sh
$ docker build -t s3-im .
```Then run the container:
```sh
$ docker run -t -d -i -p 8080:80 -v ~/s3-images-manager:/var/www/html --name s3-im-c s3-im
```Now, only for the first time you need to run composer install inside the container (it'll ask you for AWS credentials, bucket name and region):
```sh
$ docker exec -it s3-im-c composer install
```Now you can navigate to your machine's IP in port 8080 (ex: http://192.168.99.100:8080/ ), default credentials is admin / admin