Showing 1 changed files with 25 additions and 0 deletions
+25
README.md
... ...
@@ -75,6 +75,31 @@ Click Setup button once and wait about 5 minutes.
75 75
 
76 76
 If you see result, click "Go to Application".
77 77
 
78
+## Getting started
79
+
80
+On a fresh install, you will be asked to create the admin user.
81
+
82
+Log in as the admin user, then create a new regular user.
83
+
84
+Logout and log in as the regular user. Create repos and use the system!
85
+
86
+Note: the admin user cannot create repos.
87
+
88
+## Importing data
89
+
90
+One way to import data:
91
+
92
+1. Create your new repo in gitprep
93
+2. In your local git repo, add a new remote target
94
+	git remote add gitprep git@my.gitprep.server:new-repo.git
95
+3. Push all your repo up in to this new gitprep target
96
+4. Update your local git repo config such that gitprep is now the origin
97
+
98
+
99
+Copy from /var/lib/gitolite or /var/lib/gitosis
100
+
101
+TBD
102
+
78 103
 ## Internal Server Error
79 104
 
80 105
 If you receive an internal server error, look at the log file (gitprep/log/production.log)