mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	slack import: Fix documentation on path to run manage.py.
This commit is contained in:
		@@ -26,7 +26,7 @@ Log in to your Zulip server as the `zulip` user. Run the following
 | 
			
		||||
commands, replacing `<token>` with the value generated above:
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
cd ~/zulip
 | 
			
		||||
cd /home/zulip/deployments/current
 | 
			
		||||
./manage.py convert_slack_data slack_data.zip --token <token> --output converted_slack_data
 | 
			
		||||
./manage.py import --destroy-rebuild-database '' converted_slack_data
 | 
			
		||||
```
 | 
			
		||||
@@ -42,7 +42,7 @@ commands, replacing `<token>` with the value generated above, and
 | 
			
		||||
Zulip organization.
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
cd ~/zulip
 | 
			
		||||
cd /home/zulip/deployments/current
 | 
			
		||||
./manage.py convert_slack_data slack_data.zip --token <token> --output converted_slack_data
 | 
			
		||||
./manage.py import --import-into-nonempty <subdomain> converted_slack_data
 | 
			
		||||
```
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user