Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aliartiza75/total-js-dockerization
A sample total.js project that will be containerized(docker)
https://github.com/aliartiza75/total-js-dockerization
Last synced: 26 days ago
JSON representation
A sample total.js project that will be containerized(docker)
- Host: GitHub
- URL: https://github.com/aliartiza75/total-js-dockerization
- Owner: aliartiza75
- License: apache-2.0
- Created: 2018-12-09T04:00:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-01T18:28:41.000Z (about 3 years ago)
- Last Synced: 2023-02-28T22:32:35.783Z (over 1 year ago)
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# total-js-dockerization
An emtpy Total.js project. This project will be used to demonstrate how to containerize(docker) Total.js application. It is build on top on this [project](https://github.com/totaljs/emptyproject-restservice)# Guidelines for testing this project
- Clone project
- open terminal / command-line
- open app directory
- install latest version of Total.js from NPM `$ npm install total.js`
- run `$ node debug.js`
- open browser `http://127.0.0.1:8000`# Guidelines for running this project as a docker container
- Following the guildelines given in this [link](https://medium.com/@aliartiza75/deploy-the-total-js-application-as-a-docker-container-e7116cecd47c)