Skip to content
This repository was archived by the owner on Nov 3, 2025. It is now read-only.

Commit e2f3d48

Browse files
authored
small readme update (#183)
1 parent b91b18e commit e2f3d48

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,13 @@ You can deploy the open source solution by clicking one of the one-click deploym
99

1010
# Install
1111

12-
Region| Launch
13-
------|-----
14-
US East (N. Virginia) | [![Launch in us-east-1](docs/assets/images/launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-east-1#/stacks/new?stackName=sfm&templateURL=https://rodeolabz-us-east-1.s3.us-east-1.amazonaws.com/simple-file-manager-for-amazon-efs/v1.4.0/simple-file-manager-for-amazon-efs.template)
15-
US West (Oregon) | [![Launch in us-west-2](docs/assets/images/launch-stack.png)](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=sfm&templateURL=https://rodeolabz-us-west-2.s3.us-west-2.amazonaws.com/simple-file-manager-for-amazon-efs/v1.4.0/simple-file-manager-for-amazon-efs.template)
12+
Install the solution by visiting the AWS Solutions library and selecting *Launch in the AWS Console*:
1613

14+
https://aws.amazon.com/solutions/implementations/simple-file-manager-for-amazon-efs/
1715

1816
# Getting Started
1917

20-
1. Launch the solution by clicking a one click link for the desired region.
18+
1. Launch the solution by following the steps in the [Install](#Install) section.
2119
* *Make sure to review the [installation parameters](#installation-parameters) section.*
2220
2. Follow the stack creation prompts in CloudFormation.
2321
3. When the deployment is completed, you will find the URL to the application in the "Outputs" tab of the stack.
@@ -77,9 +75,10 @@ ___
7775
* Clone the repository, then make the desired code changes
7876
* Next, run unit tests to make sure added customization passes the tests
7977
```
80-
cd ./deployment
81-
chmod +x ./run-unit-tests.sh
82-
./run-unit-tests.sh
78+
cd test/unit
79+
chmod +x ./run_unit.sh
80+
./run_unit.sh api
81+
./run_unit.sh manager
8382
```
8483

8584
* Configure the bucket name of your target Amazon S3 distribution bucket

0 commit comments

Comments
 (0)