Pushing a new design and frontend concept to ownCloud
Run yarn install
- optionally:
export SERVER_HOST=0.0.0.0:8300
- run a webpack dev server
yarn run watch
- build, configure and run phoenix
- install the Chrome browser
- run
yarn run acceptance-tests
- run
make clean && make
- 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