README
This commit is contained in:
parent
4d824a7dac
commit
0ff3892d48
@ -5,9 +5,9 @@
|
|||||||
2. Import 'install.sql' into the database
|
2. Import 'install.sql' into the database
|
||||||
using phpMyAdmin
|
using phpMyAdmin
|
||||||
OR
|
OR
|
||||||
mysql -uUSERNAME -pPASSWORD DATABASE < install.sql
|
`mysql -uUSERNAME -pPASSWORD DATABASE < install.sql`
|
||||||
3. Edit 'inc/config.php' to suit your installation
|
3. Edit 'inc/config.php' to suit your installation
|
||||||
4. Make sure that the directories used by TinyBoard are writable. Depending on your setup, you may need to chmod the directories to 777.
|
4. Make sure that the directories used by TinyBoard are writable. Depending on your setup, you may need to chmod the directories to 777 using `chmod direcotry 777`.
|
||||||
The default directories are
|
The default directories are
|
||||||
- /res
|
- /res
|
||||||
- /src
|
- /src
|
||||||
|
Loading…
Reference in New Issue
Block a user