You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
82121e5179
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. - [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases) - [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2) --- updated-dependencies: - dependency-name: decode-uri-component dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> |
2 years ago | |
---|---|---|
config | 5 years ago | |
src | 5 years ago | |
.gitignore | 5 years ago | |
.gitkeep | 5 years ago | |
CHANGELOG.md | 5 years ago | |
Dockerfile | 5 years ago | |
Jenkinsfile | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 5 years ago | |
docker-compose.yml | 5 years ago | |
gulpfile.js | 5 years ago | |
package.json | 5 years ago | |
tsconfig.json | 5 years ago | |
tslint.json | 5 years ago | |
yarn.lock | 2 years ago |
README.md
greenvironment-server
Server of the greenvironment social network.
Install
You need to install a nodejs runtime to run the greenvironment server. Then you need to install all requirements. To do so, open a terminal in the greenvironment project folder and execute "npm i". You can build the project by executing "gulp" in the terminal. To run the server you need to execute "node ./dist". Additionally the server needs a working redis server to connect to.