-
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.
Rename /web to /public, remove all fix scripts
- Loading branch information
1 parent
20ac10b
commit 933fe94
Showing
11 changed files
with
33 additions
and
125 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
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 |
---|---|---|
|
@@ -44,21 +44,23 @@ Much of the philosophy behind Bedrock is inspired by the [Twelve-Factor App](htt | |
|
||
Or, you can cut and paste from the [Roots WordPress Salt Generator][roots-wp-salt]. | ||
|
||
3. Add theme(s) in `web/content/themes` as you would for a normal WordPress site. | ||
3. Add theme(s) in `public/content/themes` as you would for a normal WordPress site. | ||
|
||
4. Set your site vhost document root to `/path/to/site/web/` (`/path/to/site/current/web/` if using deploys) | ||
|
||
5. Access WP admin at `http://example.com/wp/wp-admin` | ||
4. Access WP admin at `http://example.com/wp/wp-admin` | ||
|
||
## Local by Flywheel Installation | ||
|
||
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. | ||
|
||
2. `cd` to the `/app/` folder and `rm -r public` to remove the WordPress files automatically generated by Local. | ||
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 .`. | ||
|
||
4. Restart the site in Local. | ||
|
||
3. Follow the normal installation instructions. | ||
5. Follow the normal installation instructions. | ||
|
||
## Deploys | ||
|
||
|
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
This file was deleted.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 +1 @@ | ||
path: web/wp | ||
path: public/wp |