Skip to content

ProjectHaidar/phoenix

This branch is 16755 commits behind owncloud/web:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cc18d9e · Nov 19, 2018
Nov 14, 2018
Sep 26, 2018
Nov 19, 2018
May 3, 2018
Aug 14, 2018
Oct 10, 2018
Nov 14, 2018
Nov 7, 2018
Nov 12, 2018
Jul 24, 2018
Nov 7, 2018
Oct 18, 2018
Nov 12, 2018
Sep 26, 2018
Feb 23, 2018
Nov 2, 2018
Nov 12, 2018
Nov 12, 2018
Nov 2, 2018
Nov 5, 2018
Nov 5, 2018
Nov 12, 2018
Aug 14, 2018
Nov 6, 2018
Nov 12, 2018
Aug 14, 2018
Nov 12, 2018
Nov 7, 2018
Nov 2, 2018
Nov 16, 2018

Repository files navigation

ownCloud-Phoenix

Pushing a new design and frontend concept to ownCloud

bildschirmfoto von 2018-03-14 17-28-06 bildschirmfoto von 2018-03-14 17-27-40 See this online Demo

How to build

Run yarn install

Run

  • optionally: export SERVER_HOST=0.0.0.0:8300
  • run a webpack dev server yarn run watch

Run acceptance tests

  • build, configure and run phoenix
  • install the Chrome browser
  • run yarn run acceptance-tests

How to build Phoenix as ownCloud app

  • run make clean && make
  • run make -f Makefile.release dist

How to deploy the app to ownCloud

  • 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 49.6%
  • JavaScript 33.2%
  • CSS 8.7%
  • Makefile 5.8%
  • HTML 1.8%
  • Gherkin 0.9%