How to get ACRCMS Running
First download it from pypi
Then decompress it where you prefer.
Then decompress it where you prefer.
Run "python setup.py develop" from inside the ACRCMS directory to get it download all the required dependencies and install it on your system so that Python will know where you have ACRCMS installed.
Now run "paster setup-app development.ini" to get the default database instance created using sqlite.
Now just run "paster serve development.ini" to start ACR
By getting to http://localhost:8080 you should be able to see a working ACR page, you can login from http://localhost:8080/login using User:manager Password:managepass credentials and start editing your page
Have fun with ACR!