Skip to content

Commit

Permalink
Merge pull request #1 from infracloudio/update-piwigo-readme
Browse files Browse the repository at this point in the history
Updated piwigo README
  • Loading branch information
samkulkarni20 authored Oct 30, 2023
2 parents 6c6b119 + 590e623 commit 91a2733
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 39 deletions.
1 change: 1 addition & 0 deletions Acornfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Piwigo Sample Acorn"
description: "Acorn running a sample Piwigo app"
readme: "./README.md"
icon: "./piwigo_icon.webp"

args: {
// Name of the database to create. Defaults to "instance"
Expand Down
47 changes: 8 additions & 39 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,48 +1,17 @@
# Acorn for a Piwigo App

[Piwigo](https://piwigo.org/) is an open source photo management software to manage, organize and share your photos easily on the web.


## Deploy the Piwigo App

You can deploy the Piwigo app on the Acorn SaaS Platform with following simple steps.

1. Login into the [Acorn SaaS Platform](https://beta.acorn.io/) using the Github Sign-In option with your Github user.
2. Select the "Create Acorn" option.
3. Choose the source for deploying your Acorns
* Select "From Acorn Image" to deploy the sample Flask Application and select its Image
* Provide any random name such as `piwigo-app` and keeping Project's default Region, type in the below Acorn image and choose Create
```bash
ghcr.io/infracloudio/piwigo-acorn:v#.#.#-#
```
4. Now the sample App is provisioned on Acorn SaaS Platform and is available for 2hrs. Upgrade to pro account to keep it running longer.
5. Once the Acorn is running, you can access it by clicking the Endpoint or the redirect link.
[Piwigo](https://piwigo.com/) is an open source photo gallery software to manage, organise and publish your digital content. It is a Digital Asset Manager (DAM) helping you centralise all your digital media (photos, logos, videos, documents, etc.) in one web portal.

## One-Time Piwigo Installation

Once the Piwigo application is deployed and running, we need to perform a one-time installation of the app by providing the MySql DB credentials.
Fill in the below details :

host : db
user : piwigo
password : secret-password
db_name : piwigo

Note : user, password and db_name are configurable and can be provided as arguments while running the Acornfile.

Fill in the Administrative Details as per your preference.

## Acorn Piwigo App Details

The Acorn Dashboard is integrated with multiple features such as Events, Logs, Details and accessing the Shell of the Application. Details include the CPU, Memory, Network, Latency, Requests and Errors for the Application.

Explore various available options by clicking the Menu option on your Acorn App.
Once the Piwigo application is deployed and running, we need to perform a one-time installation of the app by providing the MySql DB credentials.
Please make a note of below default details which are required during piwigo installtion :

For more details on using the Acorn Dashboard, check this link - [https://beta-docs.acorn.io/getting-started#exploring-the-acorn-dashboard](https://beta-docs.acorn.io/getting-started#exploring-the-acorn-dashboard)
- host : db
- user : piwigo
- password : secret-password
- db_name : piwigo

## What next?
After deploying you can edit the Acorn Application or remove it if no longer needed.
> Note : user, password and db_name are configurable and can be provided as arguments while running the Acornfile. You can configure them as part of the "Advanced Configurations" of your Acorn.
1. Click the Edit option to edit your Acorn's Image. Toggle the Advanced Options switch for additional edit options.
2. Remove the Acorn by selecting the Remove option from your Acorn dashboard.

Binary file added piwigo_icon.webp
Binary file not shown.

0 comments on commit 91a2733

Please sign in to comment.