Anonymous

Project:Tool Access Control/ACNet: Difference between revisions

From London Hackspace Wiki
Line 45: Line 45:
Currently proposed  (and built) by Solexious [[Project:Tool_Access_Control/Solexious_Proposal|Link]]
Currently proposed  (and built) by Solexious [[Project:Tool_Access_Control/Solexious_Proposal|Link]]
== AC Server ==
== AC Server ==
Python Flask implementation started by [[User:ms7821|ms7821]] can be located here [https://github.com/londonhackspace/ACNode ACServer (not node)]
Python Flask implementation started by [[User:ms7821|ms7821]] can be located here [https://github.com/londonhackspace/ACNode ACServer (not node)] further improved by Aaron and [[User:mentar|mentar]]
 
Currently running on Babbage for dev purposes, will be run on a secure box after.
 
=== Running ===
Go to a shell on babbage.
 
Make sure it's not already running by:
 
<code>sudo lsof -i :1234</code>
 
Then:
 
<code>cd /var/www/ACNode</code>
 
<code>./start.sh</code>


== Membership DB ==
== Membership DB ==
Running on Turing VM slice (hosted outside the space as it has personal data). Accessed in JSON format.
Running on Turing VM slice (hosted outside the space as it has personal data). Accessed in JSON format.