An open API service indexing awesome lists of open source software.

https://github.com/peterj/web-app


https://github.com/peterj/web-app

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

Install Node and Git:
```
sudo yum install -y git
sudo yum install -y oracle-nodejs-release-el7 oracle-release-el7
sudo yum install -y --disablerepo=ol7_developer_EPEL nodejs
sudo systemctl stop firewalld
sudo systemctl disable firewalld
```

Clone the repo and run on the server with:

```
git clone https://github.com/peterj/web-app
cd webapp
sudo npm install nodemon -D
sudo PORT=80 npm run start:dev
```

Make sure you open up the firewall and add the ingress rule to the security list.

## Environment variables

| Name | Default value |
| --- | --- |
|PORT | 8080 |
| LB_COOKIE_NAME | oci-lb-cookie |