BitBucket integration for SSS
Hi! I'm thrilled to see github integration to update server side scripts. I haven't tried it yet but I'm sure this is going to help to keep development and production environments in sync seamlessly....
View ArticleMySQL and MongoDB Service missing in DF 2.3.1-0 (Linux)
hi, Just installed the Bitnami Dreamfactory on a Centos 7 64 bit machine. Followed the steps correctly to switch the System Database to MariaDB (that's on a different machine / port). Ran the commands...
View ArticleV8 platform.api.pacth/put not working with remote HTTP service
Hi @Sasquatch!I tried your suggestion, to spend full URL in my request and it worked, but the problem is the service + platform.api when will do replace the URL params.
View ArticleV8 platform.api.pacth/put not working with remote HTTP service
Hi @Sasquatch!more an afterthought the platform.api this passing only multipart / form-data even setting the header payload is passed as form-data. Sorry my Inglês is terrible. and I am using google...
View ArticleUnix time to postgreSQL date
We are passing Unix time through JSON string. What script should be run to convert the Unix time to Postgres date so that the value is inserted properly in database.
View ArticleVery poor performance with many to many sql relations
Yes, I have performance issues too Apache is dying. All posts I have seen says change MaxClient settings. However shipped httpd.conf does not allow for adding this line. Apache wont startp. Nothing...
View ArticleMySQL and MongoDB Service missing in DF 2.3.1-0 (Linux)
Manual installations (via github) do not come with mysql and mongodb services already installed. This is a "bonus feature" provided by Bitnami.
View ArticleBitBucket integration for SSS
Hey @Elvis_Fernandes, This is on our longer term roadmap. We will be sure to keep this thread updated! Thanks,@AlexBowen
View ArticleMySQL and MongoDB Service missing in DF 2.3.1-0 (Linux)
Thanks. I have posted the question on Bitnami forum. But any clues about the error shown in the chrome console? Thanks Error: $scope.systemConfig is undefined...
View ArticleScheduled tasks
It would be great that DF included scheduled tasks (perhaps via auto-requests) out of the box!
View ArticleFilter without being case sensitive
Example filter: last_name = zhu should return same results as last_name = Zhu
View ArticleProblem with server side scripting
hithanks for your efforts in DFwe used a server side script and have made following configurations: Created a role named "Public";it is active and has access to all services (just for test) Created an...
View ArticleSupport for INOUT parameters in MySQL
Hello, I'm using DF 2.3.0 on a Bitnami AWS EC2 instance, with a MySQL service to an AWS RDS instance. I have a bare bones stored procedure with a single INOUT parameter of type JSON. (INOUT...
View ArticleEvent.response.status_code can't be changed on postprocessing script
Hi dudes! On a postprocessing script somthing like: $event["response"]["content"]["resource"][0] = array( "id" => 421, "WARN1" => "blah blah" ); $event["response"]["content_changed"] = true;...
View ArticleDates being saved in UTC
AlexBowen: For MySQL: Hi Alex... just came back to this again today. Checked everything and all looks fine. Server has the correct timezone, php-fpm and db also in the same timezone. I really don't...
View ArticleParameters in Request URl
Hi, I am new using dreamfactory. I want to post data from my IoT devices. What i want is checking in a pre-process my token thing ( alphanumeric string unique for each device ) before make the post...
View ArticlePython requests module crashes/returns nothing
We are attempting to create a small server side python script to perform some html scraping of another website. The problem is that the script returns nothing after the 'requests.get(....)' statement....
View ArticleDates being saved in UTC
Hey @flpozzato, You can set the timezone of the database in the service config. In the config screen for the service, there's a setting called Timezone. Perhaps try that and let us know how it works....
View ArticleBest way to install DreamFactory on a VPS
Hello,I'm just going through the docs and and trying to figure which is the best way to install DreamFactory. I'm currently on Ubuntu 14.04 which has a percon DB. Went through this article -...
View ArticleBest way to install DreamFactory on a VPS
..Just followed the Steps here - https://github.com/dreamfactorysoftware/dreamfactory And after following everything, when i open websiteurl.com/dreamfactory/public .. i just see a blank screen....
View Article