apollo-ng / dspace-app-apollong

DSpace aims to enable people to find, collect, edit, structure and share any kind of information in a real-time, massive-collaboration, augmented-reality-environment (like wikipedia), based on a very common ground: The map of the area, where people actually are, around their Geolocation.
https://apollo.open-resource.org/lab:dspace
18 stars 14 forks source link

setup Push Deploy #7

Closed elf-pavlik closed 11 years ago

elf-pavlik commented 11 years ago

we could just have a demo remote in git and deploy by simply pushing to it! to investigate:

@alice-wl || @chron0 would you like to pick this one? :)

elf-pavlik commented 11 years ago

@chron0 could you self-assign to this one? :)

chron0 commented 11 years ago

already build, waiting for new build process in Makefile

elf-pavlik commented 11 years ago

@chron0 can you still assign this issue to yourself and close it once all deployments work?

nilclass commented 11 years ago

@chron0 this should do a successful build:

npm install # (in case deps were added)
make build
cp -r build/* /wherever/the/web/root/is/
chron0 commented 11 years ago

alrighty, I will test that and change the post-update hook accordingly

yggi commented 11 years ago

push deploy (on 'development' branch) works on http://dspace-develop.open-resource.org/ , thx to @chron0