-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
933fe94
commit 9cb1bce
Showing
9 changed files
with
17 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# Teft Base | ||
# Dekode Project Base | ||
|
||
![Packagist](https://img.shields.io/packagist/v/dekodeinteraktiv/teft-base.svg) ![PHP from Packagist](https://img.shields.io/packagist/php-v/dekodeinteraktiv/teft-base.svg) | ||
|
||
Teft Base is based on Bedrock, a modern WordPress stack that helps you get started with the best development tools and project structure. | ||
Dekode Project Base is based on Bedrock, a modern WordPress stack that helps you get started with the best development tools and project structure. | ||
|
||
Much of the philosophy behind Bedrock is inspired by the [Twelve-Factor App](http://12factor.net/) methodology including the [WordPress specific version](https://roots.io/twelve-factor-wordpress/). | ||
|
||
|
@@ -24,7 +24,7 @@ Much of the philosophy behind Bedrock is inspired by the [Twelve-Factor App](htt | |
|
||
1. Create a new project in a new folder for your project: | ||
|
||
`composer create-project dekodeinteraktiv/teft-base your-project-folder-name` | ||
`composer create-project dekode/project-base your-project-folder-name` | ||
|
||
2. Update environment variables in `.env` file: | ||
* `DB_NAME` - Database name | ||
|
@@ -52,22 +52,19 @@ Much of the philosophy behind Bedrock is inspired by the [Twelve-Factor App](htt | |
|
||
1. Create a new site in the Local app using Custom settings. | ||
|
||
Note that if you use preferred settings, the setup script will fail because preferred does not create the `/conf` folder required by teft-base. | ||
Note that if you use preferred settings, the setup script will fail because preferred does not create the `/conf` folder required by project-base. | ||
|
||
2. `cd` to the site app folder and `rm -rf public` to remove the `/public` folder automatically generated by Local. | ||
|
||
3. While in the `/app` folder, clone Teft Base using `git clone [email protected]:DekodeInteraktiv/teft-base.git .`. | ||
3. While in the `/app` folder, clone Dekode Project Base using `git clone [email protected]:DekodeInteraktiv/project- base.git .`. | ||
|
||
4. Restart the site in Local. | ||
|
||
5. Follow the normal installation instructions. | ||
|
||
## Deploys | ||
|
||
`composer install` must be run as part of the deploy process. | ||
|
||
See the CodeShip project [DekodeInteraktiv/teft-base](https://app.codeship.com/projects/294819) for up-to-date details. | ||
|
||
## Documentation | ||
|
||
Bedrock documentation is available at [https://roots.io/bedrock/docs/](https://roots.io/bedrock/docs/). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* Development Environment | ||
* | ||
* @package Teft | ||
* @package Dekode | ||
*/ | ||
|
||
declare( strict_types = 1 ); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* Development Environment | ||
* | ||
* @package Teft | ||
* @package Dekode | ||
*/ | ||
|
||
declare( strict_types = 1 ); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* Production Environment | ||
* | ||
* @package Teft | ||
* @package Dekode | ||
*/ | ||
|
||
declare( strict_types = 1 ); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
/** | ||
* Staging Environment | ||
* | ||
* @package Teft | ||
* @package Dekode | ||
*/ | ||
|
||
declare( strict_types = 1 ); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters