欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Apache Usergrid
来自开放百科 - 灰狐
(版本间的差异)
小 (→指南) |
小 (→指南) |
||
第2行: | 第2行: | ||
==指南== | ==指南== | ||
− | 确保已正确安装 [[Apache Cassandra | + | 确保已正确安装 [[Apache Cassandra]],[https://github.com/apache/usergrid/releases 下载usergrid包并解压] |
cd stack | cd stack | ||
mvn clean package -DskipTests=true | mvn clean package -DskipTests=true | ||
− | 移除 tomcat/webapps/ROOT 下的内容,将 ROOT.war 拷贝到这 | + | cd launcher; java -jar target/usergrid-launcher-*.jar |
+ | curl http://localhost:8080/status | ||
+ | 你也能以 tomcat webapp 的方式运行, | ||
+ | 移除 tomcat/webapps/ROOT 下的内容,将 usergird/rest/ROOT.war 拷贝到这 | ||
cd tomcat/lib 创建 ____usergrid-custom.properties____ | cd tomcat/lib 创建 ____usergrid-custom.properties____ |
2015年9月23日 (三) 13:24的版本
Apache Usergrid 是一个面向web和移动应用的多租户 Backend-as-a-Service 堆栈,基于 RESTful APIs,使用 Apache Cassandra 做后端存储。
目录 |
指南
确保已正确安装 Apache Cassandra,下载usergrid包并解压
cd stack mvn clean package -DskipTests=true cd launcher; java -jar target/usergrid-launcher-*.jar curl http://localhost:8080/status
你也能以 tomcat webapp 的方式运行, 移除 tomcat/webapps/ROOT 下的内容,将 usergird/rest/ROOT.war 拷贝到这
cd tomcat/lib 创建 ____usergrid-custom.properties____
usergrid.sysadmin.login.allowed=true usergrid.sysadmin.login.name=superuser usergrid.sysadmin.login.password=pw123 [email protected] [email protected] usergrid.management.mailer=Myself<[email protected]> [email protected] usergrid.test-account.admin-user.password=test
数据库设置
http://localhost:8080/system/database/setup
管理员设置
http://localhost:8080/system/superuser/setup
控制台, 配置文件 usergrid-custom.properties
http://localhost:8080/usergrid-portal
开发者
用户
文档
- Building Your Own BaaS With Apache Usergrid & Docker: Lessons Learned At Scale
- How to Contribute to Apache Usergrid
- Apache Usergrid Internals
- Open Source Mobile Backend on Cassandra
图集
链接
分享您的观点