Skip to content

Commit 2c2de30

Browse files
authored
Merge pull request #5 from openbridge/dev
merge all the changes
2 parents 136a9a1 + ef6ef1f commit 2c2de30

22 files changed

+371
-153
lines changed

.gitignore

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Application specific files
2+
.sass-cache
3+
*.log
4+
*.pwd
5+
6+
# Folder view configuration files
7+
*.DS_Store
8+
.AppleDouble
9+
.LSOverride
10+
Desktop.ini
11+
12+
# Icon must end with two \r
13+
Icon
14+
15+
# Compiled Python files
16+
*.pyc
17+
18+
# Compiled C++ files
19+
*.out
20+
# Thumbnails
21+
._*
22+
Thumbs.db
23+
24+
# Files that might appear in the root of a volume
25+
.DocumentRevisions-V100
26+
.fseventsd
27+
.Spotlight-V100
28+
.TemporaryItems
29+
.Trashes
30+
.VolumeIcon.icns
31+
.com.apple.timemachine.donotpresent
32+
33+
# Directories potentially created on remote AFP share
34+
.AppleDB
35+
.AppleDesktop
36+
Network Trash Folder
37+
Temporary Items
38+
.apdisk

INSTALLER.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
# WordPress Installer License
3+
4+
The License grants you, the purchaser, an ongoing, non-exclusive, worldwide license to make use of the WordPress installer you have ordered.
5+
6+
* You are licensed to use the installer to create one single End Product (WordPress server, single public IP address) for yourself or for one client. This means you are only allowed to use the install on a single server or IP address (a “single WordPess application”).
7+
8+
* You can create one server for a you or client with WordPress installer, and you can transfer that End Product to your client for any fee. This license is then transferred to your client install.
9+
10+
* You can not make any number of copies of the WordPress installer.
11+
12+
* You can not modify or manipulate the WordPress installer. You can't combine the WordPress installer with other works and make a derivative work from it.
13+
14+
* You can’t sell the WordPress installer.
15+
16+
* You can’t re-distribute the WordPress installer. You can’t re-distribute or make available the WordPress installer as-is or with superficial modifications. These things are not allowed.
17+
18+
* You must not permit an end user of the WordPress installer to extract the WordPress installer and use it separately from the service.
19+
20+
* You can only use the WordPress installer for lawful purposes.
21+
22+
* This license applies in conjunction with the Openbridge Terms for your use of the WordPress installer. If there is an inconsistency between this license and the WordPress installer terms, this license will apply to the extent necessary to resolve the inconsistency.
23+
24+
* This license can be terminated if you breach it. If that happens, you must stop making copies of or distributing the End Product until you remove the Item from it.
25+
26+
* The author of the WordPress installer retains ownership of the WordPress installer but grants you the license on these terms. This license is between the author of the WordPress installer and you.

README.md

Lines changed: 307 additions & 153 deletions
Large diffs are not rendered by default.

images/ami-userdata-empty.png

122 KB
Loading

images/ami-userdata-empty2.png

55.3 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)