Pushing a new design and frontend concept to ownCloud
- Run
yarn installto build core - Run
yarn distto build all apps configured in config.json
- optionally provide custom domain name:
export SERVER_HOST=0.0.0.0:8300 - run a webpack dev server
yarn run watch
- optionally provide custom credentials:
export OC_USER=admin && export OC_PASS=admin - build, configure and run phoenix
- install the Chrome browser
- run
yarn run acceptance-tests
- run
yarn install && yarn dist && yarn build:prod - run
make -f Makefile.releasedist
- Grab build/dist/phoenix.tar.gz
- Move to the apps folder on your ownCloud installation
tar -xzf phoenix.tar.gz- Run
./occ apps:enable phoenix - Refresh your webui and see Phoenix in the app menu