Showing 1 changed files with 26 additions and 0 deletions
+26
README.md
... ...
@@ -75,6 +75,32 @@ 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
+```
95
+git remote add gitprep git@my.gitprep.server:new-repo.git 
96
+```
97
+3. Push all your repo content up in to this new gitprep target
98
+4. Update your local git repo config such that gitprep is now the origin
99
+
100
+Copy from /var/lib/gitolite or /var/lib/gitosis
101
+
102
+TBD
103
+
78 104
 ## Internal Server Error
79 105
 
80 106
 If you receive an internal server error, look at the log file (gitprep/log/production.log)