forked from fortestonly/fortest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrider.pmx
49 lines (37 loc) · 1.54 KB
/
strider.pmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
name: Strider
description: Strider is an Open Source Continuous Deployment / Continuous Integration
platform
keywords: nodejs, node, ci, cd, mongodb
type: NodeJS
documentation: |-
# Strider
Strider is an Open Source Continuous Deployment / Continuous Integration platform. It is written in Node.JS / JavaScript and uses MongoDB as a backing store. It is published under the BSD license.
Please find more details in [Readme](https://github.com/Strider-CD/strider#overview)
## System Requirements
* *RAM:* 1024 MB
* *Cores:* 1 core
## Setup
## Port-Forwarding
If using Virtual Box, use the following command in your local machine's terminal window to create the port forwarding rule:
```
VBoxManage controlvm panamax-vm natpf1 strider,tcp,,3000,,3030
```
Where, `strider` is the friendly name of the rule, tcp is the protocol. Replace port _3000_ with the local free port of your choice.
You can also use [these wiki instructions](https://github.com/CenturyLinkLabs/panamax-ui/wiki/How-To%3A-Port-Forwarding-on-VirtualBox) to setup port forwarding.
After setup, browse to [localhost:3000](http://localhost:3000/) to see Strider GUI.
## Resources
* [Official Strider website](http://stridercd.com/)
* [Strider on GitHub](https://github.com/Strider-CD/strider)
* [Base docker image](https://registry.hub.docker.com/u/niallo/strider/)
images:
- name: niallo_strider_latest
source: niallo/strider:latest
category: App
type: Default
expose:
- '3000'
ports:
- host_port: '3030'
container_port: '3000'
proto: TCP