You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Deployment management app for SpringRoll apps and games.
1
+
# SpringRoll Connect
2
+
3
+
SpringRoll Connect is a content management system built using [NodeJS](https://nodejs.org/), [Express](http://expressjs.com/) and [MongoDB](https://www.mongodb.org/). This app allows the easy deployment of SpringRoll apps and games.
4
+
5
+
## Requirements
6
+
7
+
*[NodeJS](https://nodejs.org/)
8
+
*[MongoDB](https://www.mongodb.org/)
9
+
10
+
## Installation
11
+
12
+
* Download the latest version of SpringRoll Connect
13
+
* Make sure MongoDB is running
14
+
* Run the server `node server.js` (suggest using [nodemon](http://nodemon.io/), [forever](https://www.npmjs.org/package/forever) or [Amazon OpsWorks](http://aws.amazon.com/opsworks/))
15
+
* Navigate to your server in a browser and follow the instructions
0 commit comments