Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.
/ atum Public archive

Atum is a web application for energy production forcasts for photovoltaics (pv)

Notifications You must be signed in to change notification settings

mtnstar/atum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Atum

setup development environment

get sources

git clone https://github.com/psunix/atum.git
cd atum

backend

install rvm https://rvm.io

rvm install 2.2.4
rvm use 2.2.4

install dependencies

bundle install

setup database

rails db:setup

start backend server

rails s

frontend

install nvm https://github.com/creationix/nvm

nvm install v0.12.13
nvm use v.0.12.13

change to frontend dir

cd frontend

install dependencies

npm install
bower install

start frontend application server

ember s --proxy http://localhost:3000

access application at http://localhost:4200

About

Atum is a web application for energy production forcasts for photovoltaics (pv)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published