Pushing a new design and frontend concept to ownCloud
- Run
yarn install
to build core - Run
yarn dist
to 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 update-all
to update core and app dependencies
- Run
yarn clean-all
to remove node_modules and dist folder
- run
yarn install && yarn dist && yarn build
- run
make -f Makefile.release
dist
- 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