https://github.com/ivantha/cern-cloud
https://github.com/ivantha/cern-cloud
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivantha/cern-cloud
- Owner: ivantha
- Created: 2018-03-05T22:19:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:28:34.000Z (over 2 years ago)
- Last Synced: 2025-01-01T07:42:06.526Z (5 months ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 3
- 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
```