action :sync
repository "https://github.com/zerebubuth/openstreetmap-tile-analyze.git"
revision "live"
- user "www-data"
- group "www-data"
+ user "root"
+ group "root"
notifies :run, "execute[tilelog-autogen]", :immediate
end
action :nothing
command "./autogen.sh"
cwd tilelog_source_directory
- user "www-data"
- group "www-data"
+ user "root"
+ group "root"
notifies :run, "execute[tilelog-configure]", :immediate
end
action :nothing
command "./configure --with-boost-libdir=/usr/lib"
cwd tilelog_source_directory
- user "www-data"
- group "www-data"
+ user "root"
+ group "root"
notifies :run, "execute[tilelog-build]", :immediate
end
action :nothing
command "make"
cwd tilelog_source_directory
- user "www-data"
- group "www-data"
+ user "root"
+ group "root"
end
# resources for running the tile analysis