BUILD
The following is a summary of my work-flow for building. I'm
following the info. in the readmr.md text-file in
https://github.com/aptivate/econsensusRun-up Ubuntu (14.04 LTS) that is on my laptop alongside MS windows 7.
Installed git-core using sudo apt-get, in a terminal window, and the
other 12 things/libraries.
Used mkdir in a terminal window to create a empty folder for the Econsensus
source files and then transferred the files using:
git clone
https://github.com/aptivate/consensus.gitUsed, git status, before and after to check that something has happened.
The display from this command suggested that the master branch had been transferred.
Used, ls -laXR, to check that some files has been transferred.
Used the two deploy commands to build stuff (virtualenv and database)
RUNUP
Used manage.py to runup the server. Got info in the window ending with instruction
to use ctrl+C to terminate the server when I'm finished. For now, I left it
waiting for me to do that when I'm finished.
USED: TEST 1 (it was okay as far as I know)
Used the internet address,
http://127.0.0.1:8000/admin/, in the browser; a
username/password window appeared; entered admin admin and got
the Administration window. It seems okay, but as I do not know enough,
I clicked on the, Log out, item. It returned to the earlier un/pw window.
Question: What could I have clicked to test things?
USED: TEST 2
Used the same internet address, without admin,
http://127.0.0.1:8000/, in the browser;
the Econsensus un/pw window appeared. This is the same window as for the
public Econsensus (internet address,
econsensus.org).
When I used the un/pw I setup for myself when I was trying-out the public Econsensus
in my built instance of Econsensus the following happened:
first, brief activity at the bottom of the browser;
second, a line with GET appeared in the terminal window;
third, nothing. The window remained unchanged; and I did NOT get the the Econsensus
window with Help | Your Organisation | Your Details | Logout etc etc(Discussions etc)
Question: Are the username and password registered in Econsensus specific to each
instance of Econsensus? This would explain the above. Should'n't it have reported
an error saying that my un/pw are wrong?
USED: TEST 3
When I click on the, Sign up as new member, in my built instance of Econsensus, the
following happened:
first, brief activity at the bottom of the browser;
second, a line with GET appeared in the terminal window;
third, a new window appeared with the message: You are now registered. Activation email
sent. But when I looked in my email: nothing. I then looked in the folder,
.../django/econsensus/econsensus/econsensus-messages, for a log-file. It had the information
that an email had been sent to me and that the link in vaild for 7 days.
Also no success with using my new us/pw.
Question: Have I missed something? Surely I should have successfully registered a un/pw
for my build of Econsensus and used the un/pw to open my build Econsensus and set up
Organisatiion, Discussions etc? I think I need some help here.
Kind regards
Glyn (volunteer)