Warning: Undefined array key 1 in /home/.sites/436/site1639099/web/schoenburn/inc/auth.php on line 78 server [Schönburn]

This is an old revision of the document!


author: Klaus Kobald

dreams.burners.at is running on a Hetzner root server (kobald.at) inside an OpenVZ container. System: Ubuntu 12

Backup is running every day at 2am.

Since it is a virtual machine ssh access is routed over a different port 14022. Login works like this: ssh -p 14022 dream@dreams.burners.at

u: dream
p: <pass1>   (... ask server admin)

all project files are in the dreams folder: cd dreams/

if you really have to fuck arround (because you think ubuntu 12 is to old, feel free to upgrade) …

u: root
p: <pass2>

Dreams is a ruby project.

https://github.com/metaburn/dreams

Installation was done with help of this document:

https://github.com/Metaburn/dreams/blob/master/README.md

Though, there was a lot of fiddling around and installing a lot of packages to get that thing running.

The ruby server is started at boot time with the /home/dream/startup.sh script under root rights (which is probably a bad idea, but I could not do better). Should you have to reboot the server do this:

sudo reboot 
(pw: <pass1>)

This will reboot the whole machine - takes about 10 seconds (I did not figure out, how to reboot ruby from the userlevel - errors occur in the log files)

FAQs

* How can I change the Header Image? app/assets/images/coverphoto.png

* What´s the diference between people and logins? People are ppl related to projects. Login or users are actual person with username and password So a projwct may have 5 people but only one logged in to manage the project.

* What is Tickets for? Ticket is for the event. In some setup we only allow people wh have a valid ticket to register and vote. Other times it is opened for all.

* How can I add camps? (there are dropdowns with camp, which are currently empty) There is on top right ability to create dreams. Dreams are camps.

* How about the coins / grants (klaus) It seems, that every user can grant 10 coins (this is in

UNSOLVEDs

* Site is showing: granting disabled! in the file config/firestarter_settings.yml there is a setting

granting_active

which is true - but granting is disabled - why?

* How about all the other settings in config/firestarter_settings.yml ?