~maxiberta/canonical-identity-provider/prevent-forgot-password-user-enumeration

« back to all changes in this revision

Viewing changes to README

  • Committer: Tom Wardill
  • Date: 2018-02-02 14:48:46 UTC
  • mto: (1597.1.44 django-1.10)
  • mto: This revision was merged to the branch mainline in revision 1598.
  • Revision ID: tom.wardill@canonical.com-20180202144846-9k140tinqtmht33e
Restructure README to remove references to unavailable profiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
We'll create a new container specifically for this project to isolate it from
22
22
the system and other projects::
23
23
 
24
 
   $ lxc launch ubuntu:t -p $USER -p default sso-trusty
 
24
   $ lxc launch ubuntu:trusty sso-trusty
25
25
 
26
26
Once it's created, let's log in with your existing credentials::
27
27
 
30
30
From now on, instructions will assume you're inside the sso-trusty LXC, unless
31
31
otherwise noted.
32
32
 
 
33
1. Get the code
 
34
 
 
35
.. note::
 
36
    You need to install, configure and setup bzr and ssh keys. See BAZAAR below.
 
37
 
 
38
::
 
39
 
 
40
    $ bzr branch lp:canonical-identity-provider
 
41
    $ cd canonical-identity provider
 
42
 
33
43
To set the prerequisites up inside the container, you can run the setup-container script
34
44
with sudo (needed to install packages and change system config inside the container)::
35
45
 
36
 
   $ sudo ./setup-container
 
46
    $ sudo ./setup-container
37
47
 
38
48
If you run into trouble or want to perform one or more steps manually, have a look at the
39
49
setup-container script, which is quite simple and commented.
40
50
 
41
 
1. Get the code
42
 
 
43
 
.. note::
44
 
    You need to install, configure and setup bzr and ssh keys. See BAZAAR below.
45
 
 
46
 
::
47
 
 
48
 
    bzr branch lp:canonical-identity-provider
49
 
 
50
51
 
51
52
2. Bootstrap the project
52
53
 
53
54
::
54
55
 
55
 
    $ cd canonical-identity-provider
56
56
    $ make bootstrap
57
57
 
58
58