Skip to content

paas-info/www

This branch is 100 commits ahead of, 172 commits behind faas-ovh/www:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c456e5c · Oct 8, 2024
Jun 13, 2020
May 21, 2020
Jun 17, 2020
Jun 17, 2020
Jun 19, 2020
Jun 17, 2020
Oct 8, 2024
Jun 13, 2020
Jun 13, 2020
Jun 13, 2020
Jun 13, 2020
Jun 13, 2020
Jun 13, 2020
Jun 19, 2020
Jun 13, 2020
Jun 13, 2020
Jun 13, 2020

Repository files navigation

[gitter][gitter] License Apache 2.0

www

Website

https://github.com/faas-ovh/app.git

https://github.com/paas-info/www

TODO:

buttons https://getbootstrap.com/docs/4.0/components/buttons/

You can use the editor on GitHub to maintain and preview the content for your website in Markdown files.

Platform as a service (PaaS) or application platform as a service (aPaaS) or platform-based service

is a category of cloud computing services that provides a platform allowing customers to develop, run, and manage applications without the complexity of building and maintaining the infrastructure typically associated with developing and launching an app

PaaS can be delivered in three ways:

  • As a public cloud service from a provider, where the consumer controls software deployment with minimal configuration options, and the provider provides the networks, servers, storage, operating system (OS)
  • As a private service (software or appliance) behind a firewall.
  • As software deployed on a public infrastructure as a service.

more on wiki ...

Run Service on linux

Note if you're new to Unix: /var/www/myapp/app.js should have #!/usr/bin/env node

on the very first line.

Copy your service file into the /etc/systemd/system.

Start it with systemctl start myapp.

Enable it to run on boot with systemctl enable myapp.

See logs with journalctl -u myapp

npm install forever -g

forever start /path/to/yourApp.js

screen

The screen will detach and survive you logging off. Then you can get it back back doing screen -r. Hit up the screen manual for more details. You can name the screens and whatnot if you like

screen
node myserver.js

CTRL-A then hit D

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.9%
  • JavaScript 34.2%
  • CSS 21.6%
  • Batchfile 5.2%
  • Shell 1.1%