-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6b06348
commit 8a20647
Showing
11 changed files
with
94 additions
and
34 deletions.
There are no files selected for viewing
This file contains 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 file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,11 +29,11 @@ source code in your */usr/local/share/* directory:: | |
|
||
# cd /usr/local/share/ | ||
# wget http://sourceforge.net/projects/cmb/files/tarballs/\ | ||
cmbarter-1.10.tar.gz/download -O cmbarter-1.10.tar.gz | ||
cmbarter-1.11.tar.gz/download -O cmbarter-1.11.tar.gz | ||
... | ||
|
||
# tar -xzf cmbarter-1.10.tar.gz | ||
# mv cmbarter-1.10 cmbarter | ||
# tar -xzf cmbarter-1.11.tar.gz | ||
# mv cmbarter-1.11 cmbarter | ||
|
||
Also, make sure a *Python 2.x* interpreter (version 2.6 at least) is | ||
installed on your server. | ||
|
@@ -253,8 +253,8 @@ Here are the configuration steps that you should perform: | |
0,10,20,30,40,50 * * * * sudo -u cmbarter python /usr/local/share... | ||
/cmbarter/execute_turn.py | ||
|
||
0,10,20,30,40,50 * * * * sudo -u cmbarter python /usr/local/share... | ||
/cmbarter/check_sessions.py | ||
* * * * * sudo -u cmbarter python /usr/local/share/cmbarter/check... | ||
_sessions.py --repeat-interval=5 | ||
|
||
* * * * * sudo -u cmbarter python /usr/local/share/cmbarter/proce... | ||
ss_emails.py | ||
|
@@ -331,11 +331,11 @@ Here are the installation steps that you should perform: | |
|
||
$ cd ~ | ||
$ wget http://sourceforge.net/projects/cmb/files/tarballs/\ | ||
cmbarter-1.10.tar.gz/download -O cmbarter-1.10.tar.gz | ||
cmbarter-1.11.tar.gz/download -O cmbarter-1.11.tar.gz | ||
... | ||
|
||
$ tar -xzf cmbarter-1.10.tar.gz | ||
$ mv cmbarter-1.10 cmbarter | ||
$ tar -xzf cmbarter-1.11.tar.gz | ||
$ mv cmbarter-1.11 cmbarter | ||
|
||
3. Restrict access to those source files that may contain sensitive | ||
information:: | ||
|
@@ -434,7 +434,7 @@ Here are the configuration steps that you should perform: | |
|
||
0,10,20,30,40,50 * * * * python ~/cmbarter/execute_turn.py | ||
|
||
0,10,20,30,40,50 * * * * python ~/cmbarter/check_sessions.py | ||
* * * * * python ~/cmbarter/check_sessions.py | ||
|
||
* * * * * python ~/cmbarter/process_emails.py --smtp='mailserve... | ||
rname' --smtp-username='[email protected]' --smtp-pa... | ||
|
This file contains 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
Empty file.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,9 +6,9 @@ | |
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: cmbarter-1.10\n" | ||
"Project-Id-Version: cmbarter-1.11\n" | ||
"Report-Msgid-Bugs-To: \n" | ||
"POT-Creation-Date: 2013-10-13 09:26+0300\n" | ||
"POT-Creation-Date: 2013-10-30 15:59+0200\n" | ||
"PO-Revision-Date: 2013-09-28 01:32+0300\n" | ||
"Last-Translator: Evgeni Pandurski <[email protected]>\n" | ||
"Language-Team: Bulgarian <[email protected]>\n" | ||
|
@@ -373,7 +373,7 @@ msgstr "Тема" | |
msgid "Write your message here" | ||
msgstr "Напишете тук вашето съобщение" | ||
|
||
#: profiles/views.py:168 users/views.py:375 | ||
#: profiles/views.py:168 users/views.py:377 | ||
msgid "Select your time zone" | ||
msgstr "Изберете вашата часова зона" | ||
|
||
|
This file contains 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 file contains 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
Binary file not shown.
This file contains 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 file contains 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 file contains 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