Skip to content

freestate/phoenix

 
 

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 to build core
  • Run yarn dist to build all apps configured in config.json

Run

  • optionally provide custom domain name: export SERVER_HOST=0.0.0.0:8300
  • run a webpack dev server yarn run watch

Run acceptance tests

  • 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

How to build Phoenix as ownCloud app

  • run yarn install && yarn dist && yarn build:prod
  • 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

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vue 37.6%
  • JavaScript 32.6%
  • Gherkin 18.5%
  • CSS 7.2%
  • Makefile 3.1%
  • HTML 0.7%
  • Dockerfile 0.3%