Sage: [Question] How to use in WP ?

Created on 2 Jun 2017  路  2Comments  路  Source: roots/sage

Submit a feature request or bug report


What is the current behavior?

screen shot 2017-06-02 at 08 30 36

What is the expected or desired behavior?

Hello. I have install 9.0.0-rc3
composer create-project roots/sage sage dev-master
but there is no index.php or styles css in root. When I mount theme dir into /themes/ in WP, wp writes there is no style.css. What is current workflow to make sage theme installable ?


Please describe your local environment:

WordPress version: 4.7.5

OS: OSX

docker-compose file:

version: '2'

services:

  wordpress:
    image: wordpress
    ports:
      - 80:80
    environment:
      WORDPRESS_DB_PASSWORD: example
    volumes:
      - ./sage:/var/www/html/wp-content/themes/sage

  mysql:
    image: mariadb
    environment:
      MYSQL_ROOT_PASSWORD: example

Most helpful comment

This question belongs on Discourse.

All 2 comments

If I try to user resources dir as root dir in theme

version: '2'

services:

  wordpress:
    image: wordpress
    ports:
      - 80:80
    environment:
      WORDPRESS_DB_PASSWORD: example
    volumes:
      - ./sushinroll/resources:/var/www/html/wp-content/themes/sushinroll

  mysql:
    image: mariadb
    environment:
      MYSQL_ROOT_PASSWORD: example

i've got an error
screen shot 2017-06-02 at 08 38 23

This question belongs on Discourse.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

MitchEff picture MitchEff  路  3Comments

eduardoarandah picture eduardoarandah  路  4Comments

evertsemeijn picture evertsemeijn  路  3Comments

nicooprat picture nicooprat  路  5Comments

emilsgulbis picture emilsgulbis  路  6Comments