mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-18 00:40:16 +02:00
Update links for new repo's new organization
This commit is contained in:
parent
ff3bb9743f
commit
0abb160886
@ -51,7 +51,7 @@ Ensure you are in the allianceserver home directory by issuing `cd`
|
|||||||
|
|
||||||
Now we clone the source code:
|
Now we clone the source code:
|
||||||
|
|
||||||
git clone https://github.com/R4stl1n/allianceauth.git
|
git clone https://github.com/allianceauth/allianceauth.git
|
||||||
|
|
||||||
Enter the folder by issuing `cd allianceauth`
|
Enter the folder by issuing `cd allianceauth`
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@ Once you’ve installed AllianceAuth, perform these steps to get yourself up and
|
|||||||
|
|
||||||
First you need a superuser account. You can use this as a personal account. From the command line, `python manage.py createsuperuser` and follow the prompts.
|
First you need a superuser account. You can use this as a personal account. From the command line, `python manage.py createsuperuser` and follow the prompts.
|
||||||
|
|
||||||
The big goal of AllianceAuth is the automation of group membership, so we’ll need some groups. In the admin interface, select `Groups`, then at the top-right select `Add Group`. Give it a name and select permissions. Special characters (including spaces) are removing before syncing to services, so try not to have group names which will be the same upon cleaning. A description of permissions can be found in the [readme file](https://github.com/R4stl1n/allianceauth/blob/master/README.md). Repeat for all the groups you see fit, whenever you need a new one.
|
The big goal of AllianceAuth is the automation of group membership, so we’ll need some groups. In the admin interface, select `Groups`, then at the top-right select `Add Group`. Give it a name and select permissions. Special characters (including spaces) are removing before syncing to services, so try not to have group names which will be the same upon cleaning. A description of permissions can be found in the [readme file](https://github.com/allianceauth/allianceauth/blob/master/README.md). Repeat for all the groups you see fit, whenever you need a new one.
|
||||||
|
|
||||||
### Background Processes
|
### Background Processes
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@ Ensure you are in the allianceserver home directory by issuing `cd`
|
|||||||
|
|
||||||
Now we clone the source code:
|
Now we clone the source code:
|
||||||
|
|
||||||
git clone https://github.com/R4stl1n/allianceauth.git
|
git clone https://github.com/allianceauth/allianceauth.git
|
||||||
|
|
||||||
Enter the folder by issuing `cd allianceauth`
|
Enter the folder by issuing `cd allianceauth`
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## From now on all changelogs will be included as release notes.
|
## From now on all changelogs will be included as release notes.
|
||||||
https://github.com/R4stl1n/allianceauth/releases
|
https://github.com/allianceauth/allianceauth/releases
|
||||||
|
|
||||||
### 547
|
### 547
|
||||||
Oct 16
|
Oct 16
|
||||||
|
|
||||||
Golly this is a big one. Upgrading takes a bit of work. [For full instructions click here.](https://github.com/R4stl1n/allianceauth/pull/547#issue-183247630)
|
Golly this is a big one. Upgrading takes a bit of work. [For full instructions click here.](https://github.com/allianceauth/allianceauth/pull/547#issue-183247630)
|
||||||
|
|
||||||
- Update django version to 1.10
|
- Update django version to 1.10
|
||||||
- Remove member/blue permissions
|
- Remove member/blue permissions
|
||||||
@ -100,7 +100,7 @@ Mar 23 2016
|
|||||||
### 314
|
### 314
|
||||||
Mar 22 2016
|
Mar 22 2016
|
||||||
- Revamp of the Human Resources Application and Management System
|
- Revamp of the Human Resources Application and Management System
|
||||||
- see the [wiki page](https://github.com/R4stl1n/allianceauth/wiki/HRApplications) for how to use the new system
|
- see the [docs](../features/hrapplications.md) for how to use the new system
|
||||||
- a completely untested conversion script exists. If you want to view your old models, contact Adarnof to try it out
|
- a completely untested conversion script exists. If you want to view your old models, contact Adarnof to try it out
|
||||||
- Moved Error Handling for the API Keys to the API Calls to better handle API server outages
|
- Moved Error Handling for the API Keys to the API Calls to better handle API server outages
|
||||||
- Removed the infamous database update task
|
- Removed the infamous database update task
|
||||||
|
@ -3,11 +3,11 @@
|
|||||||
## Something broken? Stuck on an issue? Can't get it set up?
|
## Something broken? Stuck on an issue? Can't get it set up?
|
||||||
|
|
||||||
Start here:
|
Start here:
|
||||||
- check the [issues](https://github.com/R4stl1n/allianceauth/issues?utf8=%E2%9C%93&q=is%3Aissue) - especially closed ones
|
- check the [issues](https://github.com/allianceauth/allianceauth/issues?utf8=%E2%9C%93&q=is%3Aissue) - especially closed ones
|
||||||
- check the [forums](https://forums.eveonline.com/default.aspx?g=posts&t=383030)
|
- check the [forums](https://forums.eveonline.com/default.aspx?g=posts&t=383030)
|
||||||
|
|
||||||
No answer?
|
No answer?
|
||||||
- open an [issue](https://github.com/R4stl1n/allianceauth/issues)
|
- open an [issue](https://github.com/allianceauth/allianceauth/issues)
|
||||||
- harass us on [gitter](https://gitter.im/R4stl1n/allianceauth)
|
- harass us on [gitter](https://gitter.im/R4stl1n/allianceauth)
|
||||||
- post to the [forums](https://forums.eveonline.com/default.aspx?g=posts&t=383030)
|
- post to the [forums](https://forums.eveonline.com/default.aspx?g=posts&t=383030)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user