dreamishtest ([personal profile] dreamishtest) wrote in [site community profile] dw_dev2024-01-22 08:20 am
Entry tags:

(no subject)

Good Morning! I currently have someone trying to install the Dreamwidth code on a server for my friends and I to use. They are having some issues and may not be able to complete the task, so I was curious if there might be anyone in the community I could pay to install it for us? Regardless, when they are done installing there are two modifications I would love to have done, and was wondering if someone might be interested in being contracted to do that. Thanks for your time! They were able to install the code, but I have some additional questions and am unsure how to make a few modifications and change the layout. If anyone has some spare time I would gladly pay for their assistance :).
azurelunatic: Vivid pink Alaskan wild rose. (Default)

[personal profile] azurelunatic 2024-01-23 12:50 am (UTC)(link)
Good luck! And thank you for double checking with [staff profile] denise for guidance. :)
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2024-01-23 04:38 am (UTC)(link)
Where are you stuck at?
denise: Image: Me, facing away from camera, on top of the Castel Sant'Angelo in Rome (Default)

[staff profile] denise 2024-01-23 06:59 am (UTC)(link)

Yeah, in order to be able to send/receive mail, you need a mail server running. We use Postfix, and while you can make any of them work, it will probably be easiest to use that as well. Running your own mail is complicated and annoying and trying to get it past Gmail's spam filters is incredibly frustrating sometimes, but there are guides out there.

Icons, account features, etc, are all governed by the config files. I think we may have moved them since the last time I looked, but the last time I looked they were in etc/local. Account types and feature access are controlled by the %CAP, %CAP_DEF, etc variables in config.pl. (Because this has bitten me in the ass a million times: after you make changes to the caps, you need to restart Apache for them to take effect.)