Update README file. master
authorJelmer Vernooij <jelmer@samba.org>
Tue, 27 Nov 2012 01:17:55 +0000 (02:17 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 27 Nov 2012 01:17:55 +0000 (02:17 +0100)
README [new file with mode: 0644]
README.txt [deleted file]
swat/tests/backend-test-files/smb.conf

diff --git a/README b/README
new file mode 100644 (file)
index 0000000..3c760d3
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+See http://wiki.samba.org/index.php/SWAT2 for more information on setting up SWAT2.
diff --git a/README.txt b/README.txt
deleted file mode 100644 (file)
index 7e7cc6e..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-Howto
------
-1. Get the GIT scripts in the Download area
-link: http://cloud.github.com/downloads/rvelhote/GSoC-SWAT/swat-git-scripts.tar.gz
-
-2. run ./install
-This will download and install Pylons into a Python Virtual Environment; Clone the GIT repository; Install the necessary dependencies for SWAT
-
-3. run ./run
-This will initiate the Server at http://localhost:5000. You must authenticate with a valid Samba account. Authentication will be performed using RPC or SAMR. If for some reason you can't authenticate, just go to http://localhost:5000/share/index because the authentication check is, for now, only in the dashboard.
-
-There are also two other scripts called "pull" and "pull-and-run". 'pull' will just do a "git pull"; 'pull-and-run' will call the pull and run scripts. This will make sure you are up-to-date before you run SWAT.
-
-Notes:
-- Don't forget to chmod +x the scripts
-- If you have problems saving information using the Classic Backend check the permissions for your smb.conf and directory, add SWAT to the Samba group (if it has one) or start SWAT as root if you want to try it.
\ No newline at end of file
index a06a068f45d6c4142348d68c455b3485127f8a52..dfa8ff32fe024c0550b2885479683065dd6961af 100644 (file)
@@ -4,3 +4,5 @@
        realm           = ARCH.REALM
        server role     = domain controller
        share backend   = ldb
+
+