Skip to content
forked from owncloud/web

🐲 Next generation frontend for ownCloud 10 and Infinite Scale

License

Notifications You must be signed in to change notification settings

fans4owncloud/web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

🐲 Next generation frontend for ownCloud 10 and Infinite Scale

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 43.6%
  • Vue 24.4%
  • Gherkin 17.3%
  • JavaScript 9.3%
  • Starlark 2.5%
  • SCSS 1.6%
  • Other 1.3%