Skip to content

slara/satelitarte

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Satelitarte

clonar repo

git clone https://github.com/slara/satelitarte.git

Backend

generar virtualenv e instalar pyramid

cd backend
virtualenv env
source env/bin/activate
(env) pip install pyramid

luego instalar dependencias

python setup.py develop

Finalmente crear base de datos local y ejecutar con

initialize_backen_db development.ini

pserve development.ini --reload

Frontend

Hay que instalar node.js y bower

Node.js

Descargar (Node.js)[http://nodejs.org]

Luego,

./configure --prefix=~/.local
make
make install

echo 'export PATH=$PATH:$HOME/.local/bin' >> .bashrc

Yeoman

npm install -g yo

cd frontend
npm install && bower install

grunt server

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published