We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1620bf2 commit 9157de5Copy full SHA for 9157de5
.gitignore
@@ -1,3 +1,6 @@
1
+*.ksh
2
+*.html
3
+*.atxt
4
*.so
5
*.o
6
*.php
misc/storm.ctr
@@ -0,0 +1,16 @@
+
+#Citrine Storm Server Demo
+#To kill this server
+#kill $(cat /var/run/storm.pid)
7
+#To find CTR processes
8
+#ps -aux | grep "ctr"
9
10
+Pen write: 'Start Citrine Storm Server v1', brk.
11
+Request host:'localhost' listen:4000 pid:'/var/run/storm.pid' callback: {\
12
+ var fname := Command env: 'DOCUMENT_URI'.
13
+ var script := File new: '/var/www/htdocs'+fname.
14
+ script include.
15
+}.
16
+Pen write: 'DONE', brk.
0 commit comments