This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ASM1266315814366216192", | |
"json_claz": "Megam::Assembly", | |
"name": "landmarks", | |
"components": [ | |
"COM1266315814387187712", | |
"" | |
], | |
"tosca_type": "tosca.app.php", | |
"policies": [], |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "ASM1266318644653195264", | |
"json_claz": "Megam::Assembly", | |
"name": "injuries", | |
"components": [], | |
"tosca_type": "tosca.torpedo.centos", | |
"policies": [], | |
"inputs": [ | |
{ | |
"key": "domain", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Place the megam snowflake here /etc/systemd/system/snowflake.service | |
[Unit] | |
Description=Megam Snowflake | |
After=network.target | |
After=runlevel2.target | |
After=runlevel3.target | |
After=runlevel4.target | |
After=runlevel5.target | |
[Service] | |
ExecStart=/usr/share/megam/snowflake/bin/src/pysnowflake.py --host localhost --port 7609 0 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this is amd64 compiled ruby grabbed from source. | |
wget http://cache.ruby-lang.org/pub/ruby/2.2/ruby-2.2.2.tar.gz | |
gunzip -c ruby-2.2.2.tar.gz | tar -xvf -; rm ruby-2.2.2.tar.gz | |
cd ruby-2.2.2 | |
./configure --prefix="/home/megam/Downloads/ruby2.2.2" \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#Checkout for a free launch at, https://www.megam.io | |
[Unit] | |
Description=Distributed key/value store from Basho Technologies | |
After=network.target | |
[Service] | |
LimitNOFILE=infinity | |
LimitMEMLOCK=infinity | |
User=riak | |
Type=forking |
NewerOlder