Here are examples of Upstart jobs (Ubuntu) and Systemd units (RHEL7, Arch, CoreOS).
They should be complete enough to get you started.
There are some shell commands needed in each case too:
...
Here are examples of Upstart jobs (Ubuntu) and Systemd units (RHEL7, Arch, CoreOS).
They should be complete enough to get you started.
There are some shell commands needed in each case too:
...
| var hyperquest = require('hyperquest'); | |
| hyperquest('http://www.reddit.com/comments/2ili8a').pipe(process.stdout); |
| LOGGING = { | |
| 'version': 1, | |
| 'disable_existing_loggers': False, | |
| 'handlers': { | |
| 'console': { | |
| 'level': 'WARNING', | |
| 'class': 'logging.StreamHandler', | |
| }, | |
| }, | |
| 'loggers': { |
README is empty
| #!/bin/sh | |
| ### BEGIN INIT INFO | |
| # Provides: camlistored | |
| # Required-Start: $local_fs $network $named $time $syslog | |
| # Required-Stop: $local_fs $network $named $time $syslog | |
| # Default-Start: 2 3 4 5 | |
| # Default-Stop: 0 1 6 | |
| # Description: Camlistore server | |
| ### END INIT INFO |
I hereby claim:
To claim this, I am signing this object:
Let's set up Camlistore on a Linux server, with blobs stored in s3. This seems to be the currently best-supported option for "cloud" deployment.
This is meant as a supplement to the official server config doc. Read through both docs before you start.
http://camlistore.org/docs/server-config
This blog post is also recommended reading.
I've posted my config files for reference, but they will be created the first time you run camlistored (for the server) and camput init (for the client) so don't copy them.
Failing test case, demonstating error when using N3.js module with webpack.
Usage:
npm installnpm start