如何设置rockMongoDB与Bitnami的parse-server一起使用?

时间:2019-06-01 00:16:40

标签: mongodb amazon-ec2 parse-platform rockmongo

在AWS市场上,我从Bitnami安装了Parse-Server。安装后,我注意到/home/bitnami/apps下有一个名为rockmongo的应用程序。

bitnami@ip-172-xx-xx-220:~/apps$ pwd
/home/bitnami/apps
bitnami@ip-172-xx-xx-220:~/apps$ ls
bitnami  parse  rockmongo

我查看了随附的INSTALL.txt文件,但不清楚如何进行。我是node.js编程的新手,我实例的主要功能是为iOS api提供API。该说明指示第一步是设置Web服务器,我很犹豫地做任何可能会干扰server.js的事情,而INSTALL.txt目前正在通过应用商店下载来运行我的应用的生产版本(例如,事情不是一种选择)。我从下面的Installation -------------------------------------- 1. Install PHP runtime environment if you don't have one yet, such like Apache Httpd, Nginx ... 2. Install MongoDB PHP driver (http://us.php.net/manual/en/mongo.installation.php) 3. Download the package from http://rockmongo.com/downloads 4. Unzip the files into your disk, under root of your site 5. Open the config.php with your convenient editor, change host, port, admins and so on to yours 6. Visit the index.php in your browser, for example: http://localhost/rockmongo/index.php 7. Login with admin username and password, which is set "admin" and "admin" as default 8. Play with your MongoDBs! 粘贴了输出。有人可以帮助我了解如何设置Rockmongo,使其可以与我的解析服务器节点后端共存吗?我知道我可以通过parse-dashboard和命令行与mongoDB进行交互,但是我想看看rockmongo是否可以提供价值。

<service id="App\Controller\FooController">
    <call method="setContainer">
        <argument type="service" id="service_container"/>
    </call>
</service>

0 个答案:

没有答案