Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ivantha/cern-cloud
https://github.com/ivantha/cern-cloud
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivantha/cern-cloud
- Owner: ivantha
- Created: 2018-03-05T22:19:11.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:28:34.000Z (almost 2 years ago)
- Last Synced: 2023-03-01T11:06:19.530Z (over 1 year ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cern-cloud
> CERN Cloud for administrating ownCloud
## Setup ownCloud
You must have an instance of ownCloud running in localhost:80 for the app to work.
##### 1) Install and run Docker
##### 2) Execute the command,
```
docker run -d -p 80:80 owncloud:8.1
```## Build Setup
##### 1) Install dependencies
```
npm install
```##### 2) Build for production with minification
```
npm run build
```##### 3) Start the server
```
nodemon server-start.js
```