Skip to content
iboard edited this page Sep 13, 2010 · 3 revisions

Welcome

After fetching webdir from github edit config/environment.rb and edit this two lines as needed.

USER_HOMES = “/var/webdir” USER_HTML_DIR = ‘files’

Create the path

“/var/webdir/USERNAME/files/webdir”

for each user. Where USERNAME is a string of your choice. Do not use blanks or any special characters.

Note: On Debian I had to create a blank dummy-database and define it in database.yml

Clone this wiki locally