osx-server

Could not create directory /var/teamsserver

允我心安 提交于 2019-12-20 14:13:22
问题 I've installed os x server (Mavericks) on my mac and would like to add bot. For some reasons my remote repo is located on other external server and I have access to it by username and password on specified port. I've added remote repo to os x server like this: ssh://1.2.3.4:PORT/path/to/repo.git ...filled username and password. Then I've added bot in Xcode but when I hit integrate it fails with logs: Cloning into 'ssh_myusername_1_2_3_4_PORT_path_to_repo_git'... OpenSSH_6.2p2, OSSLShim 0.9.8r

Deploying Django on OS 10.9 Server

拜拜、爱过 提交于 2019-12-20 03:58:06
问题 I have a project that uses Django that I'm attempting to deploy on a local network on a machine running OS X Server (10.9). I can run it locally with the project's manage.py script and have all of the dependencies and everything, but am struggling to get it running as a regular website through Server.app. Below are the configuration files for the project required by web applications on the server, all pointing to the actual code in : /Library/Server/Web/Data/WebApps/project/.../ (it's not

How do I add certificates for OS X Server 3.2.1 with Xcode 6.0.1

大城市里の小女人 提交于 2019-12-18 10:56:27
问题 After I have upgraded both Xcode (to 6.0.1) and OS X Server (to 3.2.1) I can't figure out how to add certificates for the provisioning profiles so the Xcode bot can find them. I have successfully added the provisioning file by copying the .mobileprovision file to /Library/Developer/XcodeServer/ProvisioningProfiles But the error I get in the log is now: CodeSign /Library/Developer/XcodeServer/Integrations/Caches/017d83d8975db54bc8279c2fcc0304a6/DerivedData/Build/Products/Server\ build-iphoneos

Xcode Server Build: “Multiple matching codesigning identities found”

做~自己de王妃 提交于 2019-12-13 22:26:19
问题 All of a sudden, with no change to the Xcode build server, I started getting an error, even across different bots, branches, and apps (all are Mac apps). I didn't change any software or configuration on the build server (that I know of), or even sign into it. I get the error once during analysis: Check dependencies Code Sign error: Multiple matching codesigning identities found: Multiple codesigning identities (i.e. certificate and private key pairs) matching “Mac Developer: OS X Server (N___

Develop iPhone application remotely?

♀尐吖头ヾ 提交于 2019-12-12 09:48:10
问题 4 java developers are new to iPod Touch/iPhone app development. They have an idea for an app. They have never used Xcode or Macs before. Instead of spending money for a new iMac or Mac Mini for each of them, my boss would like to sell them a $999 Apple server, hosted at a facility connected a single T1 line, and have all 4 people work remotely in Xcode. Is this feasible? Is anyone doing anything like this? Specifically, is 1 T1 enough for realistic remote app development? Would they have to

Freeradius: problems with Open Directory, no rlm_opendirectory.* existing

北战南征 提交于 2019-12-11 16:58:26
问题 Im trying to pass from macOS Server to FreeRADIUS and I am following Apple's macOS Server— Service Migration Guide | March 2018 When trying to configure FreeRadius I have to verify the existence of some files related to Open Directory $ ls /usr/local/lib/rlm_opendirectory. You should see the following in the output: rlm_opendirectory.a rlm_opendirectory.dylib rlm_opendirectory.la But nothing is there! Later in "Set up users" When Testing the setting through: $ sudo /usr/local/Cellar

How do I get PHP 5.3.8 to read a .user.ini file?

房东的猫 提交于 2019-12-10 10:23:40
问题 I have a Mac OS X server running Apache 2.2.21 and PHP 5.3.8 I would like to set some php.ini style directives on a per-directory basis. According to the PHP manual page, it has been possible since PHP 5.3.0 to override the directives found in the main php.ini runtime configuration file on a per-directory basis by placing a file called ".users.ini" in the directory containing the scripts you want affected. To me, this solution is highly preferable to using php_value and php_flag instructions

iOS development in Hackhactons with unknown devs? How to share Xcode and debugging tools to people having no OSX device? [closed]

£可爱£侵袭症+ 提交于 2019-12-08 10:15:36
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 7 years ago . I falsely proposed closing due to similar thread here but now this thread is totally different, related to fast development events called Hackhacktons, where you meet unknown people with misc devices. Usually, we develop with Android because not wanting to leave anyone out but iOS would be very cool, now trying

Using Registry with JAVA in Mac OS

扶醉桌前 提交于 2019-12-08 02:05:55
问题 I have written a Java desktop application in Windows platform that is using the Windows Registry to save the application information like location of the application, time-period (like free-trial up to 30 days ) etc. Now, i want to create the same java application to run on Mac OS . Although the most of the java code will be same but i am not sure about the Registry concept in Mac OS. Is there any Registry in Mac Os like in Windows platform. If yes, how can i use the Mac Registry with JAVA to

How do I create a bot in Xcode? Getting “Creating a bot requires a project that is under source control.”

一曲冷凌霜 提交于 2019-12-07 01:57:09
问题 I'm trying to get Continuous Integration setup in Mavericks using OS X Server for Mavericks. I have the Server installed and my source code is in a local directory using Git from assembla. I'm following the Apple Xcode Continuous Integration Guide, and I'm at the part where I'm adding a bot to the product in Xcode. I'm getting the error: Creating a bot requires a project that is under source control. This project appears to be in a local git repository. To be able to create a bot, the project