Skip to content

Commit 188a747

Browse files
authored
Update README with Software Requirements techx#70
1 parent 3be9dd5 commit 188a747

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,28 @@ The Users tab displays a table of users where admins can:
5858
On the Settings tab, admins can easily control their event application timeline by setting registration / confirmation deadlines. They can also write custom waitlist, acceptance, and confirmation copy that users will see on their dashboard throughout the application process. The custom copy is interpreted as Markdown, so HTML and images can be added.
5959

6060
# Setup
61+
### Requirements
62+
63+
| Requirement | Version |
64+
| ------------------------------------------- | ------- |
65+
| [GCC 4.6](https://gcc.gnu.org) | `4.6+` |
66+
| [Node.js](http://nodejs.org) | `8.0+` |
67+
| [MongoDB](www.mongodb.com/) | `3.0+` |
68+
69+
> _Updating to the latest releases is recommended_.
70+
71+
Run the following commands to check the current installed versions:
72+
73+
```shell
74+
gcc --version
75+
node -v
76+
mongo --version
77+
```
78+
How to upgrade to latest releases:
79+
- GCC: https://wiki.gentoo.org/wiki/Upgrading_GCC
80+
- Node.js: https://nodejs.org/en/download/
81+
- MongoDB: https://docs.mongodb.com/manual/administration/install-community/
82+
6183
### Quick deploy with Heroku
6284
[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy)
6385

0 commit comments

Comments
 (0)