AppSuite:Upgrading themes to 7 6: Difference between revisions
From Open-Xchange
(Created page with "<div class="title">Upgrading themes to 7.6</div> This article guides through the mandatory steps to update themes from 7.4.x to 7.6.0. It's does not cover what is necessary t...") |
No edit summary |
||
Line 3: | Line 3: | ||
This article guides through the mandatory steps to update themes from 7.4.x to 7.6.0. It's does not cover what is necessary to migrate to the new build system. | This article guides through the mandatory steps to update themes from 7.4.x to 7.6.0. It's does not cover what is necessary to migrate to the new build system. | ||
Prerequisite: | Prerequisite: '''You need a built core UI!''' See [[AppSuite:GettingStartedWithGrunt|Getting Started With Grund]]. | ||
Steps: | Steps: | ||
# First time: Clone the git repository. Make sure you're in the proper branch. Don't forget to git pull. | # First time: Clone the git repository. Make sure you're in the proper branch. Don't forget to git pull. | ||
# First time: Run '''npm install''' | |||
# First time: Run | # Run '''grunt connect watch'''. If you already have a local grunt config, you're done. Otherwise you will be notified that **coreDir** is not configured. Grunt will offer you a command to get a basic grunt config (see next step)- | ||
# Run '''grunt show-config:local --output grunt/local.conf.json''' | |||
# Run | # Edit grunt/local.conf.json to have a proper '''coreDir'''. Just enter the absolute path to "ui/build" of the core UI. Also enter a running '''server'''. | ||
# Run '''grunt connect watch''' again. | |||
# Run | |||
# Edit grunt/local.conf.json to have a proper coreDir. Just enter the absolute path to "ui/build" of the core UI. Also enter a running server. | |||
# Run |
Revision as of 07:55, 1 July 2014
Upgrading themes to 7.6
This article guides through the mandatory steps to update themes from 7.4.x to 7.6.0. It's does not cover what is necessary to migrate to the new build system.
Prerequisite: You need a built core UI! See Getting Started With Grund.
Steps:
- First time: Clone the git repository. Make sure you're in the proper branch. Don't forget to git pull.
- First time: Run npm install
- Run grunt connect watch. If you already have a local grunt config, you're done. Otherwise you will be notified that **coreDir** is not configured. Grunt will offer you a command to get a basic grunt config (see next step)-
- Run grunt show-config:local --output grunt/local.conf.json
- Edit grunt/local.conf.json to have a proper coreDir. Just enter the absolute path to "ui/build" of the core UI. Also enter a running server.
- Run grunt connect watch again.